Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Javadoc adding an additional asterisk every line

I'm having an obscure bug with IntelliJ javadoc formatting. Whenever I create a javadocor add a new line, it is adding a second asterisk after my cursor which is very annoying to deal with.

Here's a gif of what happens when I try to write javadocs: http://gyazo.com/4f8cf0727e545715afe02658a08edbe1

like image 422
CrypticStorm Avatar asked Feb 05 '15 19:02

CrypticStorm


1 Answers

Did removing the markdown plugin work? Because I had the same problem and I can reliable cause it by activating the plugin for gauge version 0.0.3.

Any other plugin doesn't make a jot of difference.

like image 87
Landa Avatar answered Nov 11 '22 17:11

Landa