fspasovski
fspasovski

Reputation: 391

Intellij IDEA converts text to tags in a html file

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

Answers (1)

Oksana
Oksana

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

Related Questions