Sublime Forum

Emmet does not work in Sublime Text 3 Beta Build 3047

#1

Hello, I installed Emmet to Sublime Text 3 Beta Build 3047 but it does not work for me…for example, I set syntax as html, I type html:5 and then press TAB and nothing happens…also nothing happens if I type something like this (without quotes):
“.container>article+nav”, how to fix this? I am running on win 7 x64…

0 Likes

#2

I think the Expand-Abbreviation command of Emmet is CRTL+E not TAB, that’s why it’s not working for you …I suppose.

0 Likes

#3

sorry, but Ctrl+E does nothing…any ideas? maybe I can set my own hot key for this function?

0 Likes

#4
  1. check the console, maybe you can see an error
  2. try to remove and reinstall emmet
  3. try to revert ST
0 Likes

#5

[quote=“iamntz”]1) check the console, maybe you can see an error
2) try to remove and reinstall emmet
3) try to revert ST[/quote]

nothing helps…interesting…no errors in console, but I found that in sublime text 2, when emmet installed, it opens new TAB like “thank You for installing Emmet”, in sublime text 3 it only is written in bottom “Emmet installed” and nothing happens…any ideas? I found on some forums that there are difference shortcuts (hotkeys) on different pc’s…maybe there is but and this function is not specified in my version? For example, if I write like this “li>ul>a” and press TAB, it becomes this “li>ul>” while it should look like this"

    • "
  • "…
    0 Likes

    #6

    You need to have nodejs installed as well.

    Anyhow, since it seems that is a problem with the emmet (not with the editor itself) i’d suggest you to ask more help on the plugin page

    0 Likes

    #7

    [quote=“iamntz”]You need to have nodejs installed as well.

    Anyhow, since it seems that is a problem with the emmet (not with the editor itself) i’d suggest you to ask more help on the plugin page[/quote]

    What nodejs is for? Installed, nothing changed…Posted issue to the plugin page, waiting for hrlp…

    0 Likes