How can I disable html tag completion in PHPStorm
autocomplete, html, phpstorm
Solution
`Settings | Emmet | XML | Enable XML Emmet` -- disable this option.
Problem
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?