how to turn on auto complete commands that means if i write <htm then full command appear please help
How to automatically completes commands
addons_zz
#3
You need to create some Sublime Text Snippets:
- http://docs.sublimetext.info/en/latest/extensibility/snippets.html?highlight=snippets
- http://docs.sublimetext.info/en/latest/extensibility/completions.html?highlight=snippets
- http://docs.sublimetext.info/en/latest/reference/completions.html?highlight=snippets
See also:
- https://www.sublimetext.com/docs/3/auto_complete.html
- https://www.sublimetext.com/docs/3/tab_completion.html
You can install packages which provide snippets, you can search for them on:
But you can also install auto completion packages as:
0 Likes