Open
Description
Extension Version
1.0.8
PHP Binary
Valet
Operating System
macOS
What happened?
In a blade file, type this:
div.flex
and hit tab, normally that will expand to
but when this extension is enabled that functionality does not work.
One observation: when you start typing div.
you get this:

notice the 'emmet' text at the top
but as soon as you start typing after the dot you get this:

notice that the emmet is gone, which I why the expansion is not working - I think.
Mimimal Code Sample
Create a new empty blade file
start typing div and you can see the issue