Skip to content

Instantly share code, notes, and snippets.

@leosabbir
Created April 16, 2018 01:23
Show Gist options
  • Save leosabbir/73f1669676687963c5d53bee7fe8e5f4 to your computer and use it in GitHub Desktop.
Save leosabbir/73f1669676687963c5d53bee7fe8e5f4 to your computer and use it in GitHub Desktop.
template setting file for sublime
<template>
<!-- Or you set a path to a seperate Template File here -->
<file>java.java</file>
<!-- The filename for the new File, you can use the arguments to make it dynamic -->
<filename>$name.java</filename>
<!-- Optional: Add as much arguments as you need, they will be asked in the order specified -->
<arguments>
<name>Name (without extension):</name>
</arguments>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment