Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable html tag completion in PHPStorm

When I'm in HTML/Other context and type foobar and hit Tab it automatically turns into <foobar></foobar>. Is there any option to turn this kind of auto complete off?

like image 333
user1068464 Avatar asked Feb 06 '14 15:02

user1068464


1 Answers

Settings | Emmet | XML | Enable XML Emmet -- disable this option.

like image 88
LazyOne Avatar answered Oct 13 '22 18:10

LazyOne