Hi,
First of all, thanks for adding Emmet support to Webclipse. I love it!
One thing I’m noticing, though, is it doesn’t seem to expand when trying to use it at the root of an HTML document. For example, if I type the following and hit the TAB key, nothing happens:
one>two>three
However, If I enter the same thing between two <div> tags and hit the TAB key after “one>two>three
“, like this:
<div>
one>two>three
</div>
…it will expand to this:
<div>
<one>
<two>
<three></three>
</two>
</one>
</div>
Here’s a video demonstrating the issue:
https://www.dropbox.com/s/uasnivm2wb155lk/emmet.webm?dl=0
Is there a setting I may have missed, to allow for expansion at the root?
Thanks!
-
This topic was modified 7 years, 7 months ago by James.
-
This topic was modified 7 years, 7 months ago by James.
-
This topic was modified 7 years, 7 months ago by support-tony.