Disable format comment
Answered
I have such comment in java class
But after format I have such
/**
* <ul>
* <li>subtract from account</li>
* <li>create record with
* <ul>
* <li>user id</li>
* </ul>
* </li>
* </ul>
*/
/**
* <ul>
* <li>subtract from account</li>
* <li>create record with
* <ul>
* <li>user id</li>
* </ul>
* </li>
* </ul>
*/
Where I can disable such behavior
Please sign in to leave a comment.
Easiest way is:
File > Settings > Editor > Code Style > Java > Enable JavaDoc formatting
You can disable JavaDoc formatting here:
I want support JavaDoc format
Only disable formatting comments with JSON, XML, HTML, CSS etc...
Vote for https://youtrack.jetbrains.com/issue/IDEA-147601.
Thank
Fix... use