facebook

Emmet doesn’t expand when at the root an HTML document

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #517836 Reply

    James
    Participant

    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 ago by James.
    • This topic was modified 7 years ago by James.
    • This topic was modified 7 years ago by support-tony.
Viewing 1 post (of 1 total)
Reply To: Emmet doesn’t expand when at the root an HTML document

You must be logged in to post in the forum log in