Search code examples
tagsphpstorm

PhpStorm new tag instead of new line


I've got a problem with php storm. Every time I press Enter after a word, PhpStorm makes up a tag instead of a new line as you can see here:

enter image description here

Do you know where I can disable this function?


Solution

  • Please check your Emmet settings (expand key) -- you may have Enter as expand key -- use more traditional Tab or something else instead.

    Settings/Preferences | Editor | Emmet

    enter image description here