Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ code completion in HTML files overly aggressive with certain tags

The code completion in IntelliJ is generally quite good. However, when working with HTML documents, the code completion on certain HTML tags is very agressive.

By this I mean, if I'm typing some text within a <p> tag for instance, let's say the text is: "This is a annoying feature". As soon as I hit the space bar after the letter 'a', IntelliJ expands that to: <a href=""></a>. This makes me want to tear my hair out after a while...

Anyone know how/where to disable that or configure it? (Noticed it on IntelliJ 12 & 13)

like image 632
Donovan Muller Avatar asked Dec 06 '25 11:12

Donovan Muller


1 Answers

With the help of JetBrains support, disabling the following Live Template fixed it:

enter image description here

like image 92
Donovan Muller Avatar answered Dec 09 '25 19:12

Donovan Muller