Can I close some non-tag completions

when I input "html",I need webstorm to complete it.But when I input "hello" then tab,I just want to indent.but it give me"<hello></hello>"


I need some help! THANK YOU


0
1 comment

It's emmet in action. Hitting Tab in HTML context expands entered word into a tag if HTML Emmet is enabled in Settings | Editor | Emmet | HTML and Tab is set as emmet shortcut in Settings | Editor | Emmet, Expand abbreviations with. You can disable Emmet, choose a different shortcut for abbreviations expanding, or use space rather than Tab when entering text

0

Please sign in to leave a comment.