Sublime Forum

Shortcut for edifice or snippets of HTML

#1

Previously I used to type HTML and then tab key I used to get an edifice of HTML:

head, body, etc

but now that is not happening. what has gone wrong and how can I get that?

0 Likes

#2

https://emmet.io/ ?

0 Likes

#3

Already installed:

Still not autocompleting with tab.

0 Likes

#4

The built in html snippet only expands in html files; that is, you can’t just create a new tab and expect it to expand out. You need to tell Sublime that the file that you’re working with is HTML, either by saving it to disk with an extension of .html or by changing the syntax manually first (e.g. selecting Set Syntax: HTML from the command palette).

0 Likes

#5

You didn’t get it.

I have a file anything.html

  1. Now I typed HTML, and then
  2. I press the “tab” button
  3. Previously by so doing it used to generate the HTML edifice, but now it is not doing so unless I use CTR+SPACEBAR
0 Likes

#6

Static completions such as snippets may be disabled by plugins if they return completions flagged with INHIBIT_EXPLICIT_COMPLETIONS

0 Likes

#7

whats the Fix?

0 Likes

#8

Maybe find the plugin and disable it or file an issue on its github repo?

0 Likes