You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the time ...|be is typed emmet returns 0 completions (as it should). VS Code doesnt ask a completion provider for completions if it has already returned 0 until then next word is typed. See #13735. So when the final m is typed Emmet completion provider never gets consulted.
For now, hit escape and re-trigger completions again by pressing Ctrl+Space
We'll either work on getting #13735 fixed or I have some ideas on returning abc|bem as a completion item from vscode-emmet-helper module when you have just typed abc|b
ramya-rao-a
changed the title
Emmet -vs- Extensions... priority issue
Emmet completions disappear when using bem in the presence of other snippets
Mar 11, 2018
Bootstrap 4+ snippets extensions are installed.
Well, first of all, I'm a little confused how "bem" matches with b4-media-....
But even if so, do we have an option for Emmet to have higher priority on every other extension?
The text was updated successfully, but these errors were encountered: