vue-for-idea
vue-for-idea copied to clipboard
Template's tag auto completion is broken.
The tag is auto closed after entering </ previous, but now it is broken.
It's not just that. Almost all HTML helpers don't work with latest version of plugin.
For example:
- When I typed
<div>it would automatically append a closing tag also<div>=><div></div> - When adding an attribute to element I normally typed
class=and that was then converted toclass=""with cursor between quotation marks.
It looks like content of <template> tag is not represented to Idea as HTML content anymore.
Fixing this as soon as possible would be great.
I have same problem, and the 'class' property also now work, idea can not auto complete the css name.
I can confirm the issue, same problem here!
Sorry for the bump, but it also appears to be broken inside the