Sublime Forum

How to automatically completes commands

#1

how to turn on auto complete commands that means if i write <htm then full command appear please help

0 Likes

#2

please help me

0 Likes

#3

You need to create some Sublime Text Snippets:

  1. http://docs.sublimetext.info/en/latest/extensibility/snippets.html?highlight=snippets
  2. http://docs.sublimetext.info/en/latest/extensibility/completions.html?highlight=snippets
  3. http://docs.sublimetext.info/en/latest/reference/completions.html?highlight=snippets

See also:

  1. https://www.sublimetext.com/docs/3/auto_complete.html
  2. https://www.sublimetext.com/docs/3/tab_completion.html

You can install packages which provide snippets, you can search for them on:

  1. https://packagecontrol.io/browse/labels/snippets

But you can also install auto completion packages as:

  1. https://github.com/y0ssar1an/CSS3
  2. https://github.com/Microsoft/language-server-protocol
  3. https://github.com/tomv564/LSP
  4. https://github.com/SublimeCodeIntel/SublimeCodeIntel
0 Likes