pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

problem whith auto complete #9

Closed drachehavoc closed 5 years ago

drachehavoc commented 5 years ago

When I select a tag em press return: image

the autocomplet return this image

and when I press ctr+z, it complets with this image

Some times I select width and the autocomplete complets with windows.

pushqrdx commented 5 years ago
  1. I can reproduce this, it's a bug... fix will be released asap.
  2. The width auto complete to widows is emmet related. Just use w instead of wid.
pushqrdx commented 5 years ago

@drachehavoc issue should be fixed with v0.2.5.

pushqrdx commented 5 years ago

@drachehavoc can you confirm fix so i can close this?

drachehavoc commented 5 years ago

Yes, it's fixed, thank you.

pushqrdx commented 5 years ago

no problem :)