vue-for-idea icon indicating copy to clipboard operation
vue-for-idea copied to clipboard

Template's tag auto completion is broken.

Open ablipan opened this issue 9 years ago • 4 comments

The tag is auto closed after entering </ previous, but now it is broken.

ablipan avatar Jun 23 '16 01:06 ablipan

It's not just that. Almost all HTML helpers don't work with latest version of plugin.

For example:

  1. When I typed <div> it would automatically append a closing tag also <div> => <div></div>
  2. When adding an attribute to element I normally typed class= and that was then converted to class="" 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.

gapipro avatar Jun 23 '16 09:06 gapipro

I have same problem, and the 'class' property also now work, idea can not auto complete the css name.

languanghao avatar Jul 01 '16 04:07 languanghao

I can confirm the issue, same problem here!

PascalAnimateur avatar Jul 09 '16 12:07 PascalAnimateur

Sorry for the bump, but it also appears to be broken inside the

devmattrick avatar Dec 17 '16 19:12 devmattrick