Open johnRivs opened 5 years ago
Try adding in settings "editor.snippetSuggestions": "inline"
I had it set to top
so I changed it to inline
and Emmet's p
shows before b:php
but now Emmet is always first, so if I type b:p
this is what happens now:
You have to choose between these options, if you want snippets first, choose top, if you want them at the bottom, choose bottom, inline just mixes them with emmet and sort them alphabetically
However, i hate typing "b:p" so I just added a custom snippet that shows first when I type "php" (with my inline setting)
Here's the code if you like this solution:
(I'm sorry if it's a screenshot but if I paste it as code the indentation/tabulation sucks
If I type
p
cause I want Emmet to expand it to<p></p>
the first thing I get is this extension'sb:php
. Is there a way to put all the snippets at the bottom of suggestions so I can access them viab:
instead?I can't do
<p
and press tab. It won't autocomplete and even if it did, I write more HTML than Blade so I'd still want the snippets to be the thing I have to writeb:
for.