Skip to content

Instantly share code, notes, and snippets.

@ggdio
Created July 25, 2019 18:25
Show Gist options
  • Save ggdio/73e98e6ac53eb519e7dfac86ee23f3ab to your computer and use it in GitHub Desktop.
Save ggdio/73e98e6ac53eb519e7dfac86ee23f3ab to your computer and use it in GitHub Desktop.
Eclipse Code Template for CLASSBODY
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="classbody_context" deleted="false" description="Code in new class type bodies" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.classbody" name="classbody">
public ${type_name}() {
}
</template></templates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment