Formatting of comments of by default?

Answered

There is this editor feature with which you can have a block of comment nicely formatted (see below). I like it but the editor goes into the edit mode of the comment the moment I open the file. So, it's not helping really to keep my code nicely readable.

Is there some switch or setting in IntelliJ that can control this behavior?

comment formatted mode:

 

edit mode of comment:

0
3 comments

I found the switch. With right-mouse click on the gutter icon it offers to switch on/off the “Render All Doc Comments” function. It appears to be an IntelliJ global setting (i.e. not just for the project you have currently open. So, that part of my question is answered.

I would be interested to see where the respective flag is stored.

0

Hello Roland,

Related option ("Render documentation comments") is stored in Settings | Editor | General | Appearance .

0

Indeed and I don't know why I have missed it. Thanks, Yaroslav. Case closed.

0

Please sign in to leave a comment.