Reputation: 391
As the title states, Intellij Idea converts the text in the html file to tag when I press space. For example, if I type "test" and press space inside the html file, the text is automatically converted to <test></test>
. How/Where can I change this ?
Upvotes: 3
Views: 507
Reputation: 857
Please go to 'Preferences|Editor|Emmet|Expand abbreviation with' and set the option to Tab (it's a default one) instead of Space.
Upvotes: 7