Sublime Forum

How can i make my own shortcut code on sublime text

#1

hi guys i use sublime text 2 and I’m loving it! It does everything I need it to, and it couldn’t be better. I honeslty think it’s the best! However… one thing i would like to know . how can i make shortcut code to do something for me. Allow me to explain.

when i type a and pres tab automatically type

    <a href=""></a> 

so how can i make something like this with my own code on it !

0 Likes

#2

You can create your own completion files. See it in the Docu:
http://docs.sublimetext.info/en/latest/reference/completions.html

0 Likes