CrypticStorm
CrypticStorm

Reputation: 560

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

Upvotes: 5

Views: 750

Answers (1)

Landa
Landa

Reputation: 96

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.

Upvotes: 8

Related Questions