Created
April 16, 2018 01:23
-
-
Save leosabbir/73f1669676687963c5d53bee7fe8e5f4 to your computer and use it in GitHub Desktop.
template setting file for sublime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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