Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Template's tag auto completion is broken. #48

Open
ablipan opened this issue Jun 23, 2016 · 4 comments
Open

Template's tag auto completion is broken. #48

ablipan opened this issue Jun 23, 2016 · 4 comments

Comments

@ablipan
Copy link

ablipan commented Jun 23, 2016

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

@gapipro
Copy link

gapipro commented Jun 23, 2016

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.

@languanghao
Copy link

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

@PascalAnimateur
Copy link

I can confirm the issue, same problem here!

@devmattrick
Copy link

Sorry for the bump, but it also appears to be broken inside the <script> tag as well as the <style> tag. For me it seems like autocomplete isn't working at all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants