I just started using Sublime Text and it’s becoming my favorite editor by far.
A quick question though: Is it possible to configure/use a plugin to autocomplete special html characters, for example typing & and get a list of suggestions for &, " etc?
Sublime Text comes with a built-in special character encoder. Highlight the text you’d like to encode, hit
Ctrl+Shift+p, and typeHTML: Encode Special Characters.If this isn’t good enough and you’d like actual autocompletion, you can add to the HTML autocomplete list. Go to
"Browse Packages"in the main menu then editHTML/HTML.sublime-completionsand add the autocompletions to the end of the list of autocompletions.