I have a very strange problem with Idea.
Each time I press enter in a block comment, it adds an extra line * to the line. It becomes very annoying to remove it before entering each line. I tried to import several colleague code style parameters that do not have this problem, but to no avail. I also can not find the settings that will do this, and nothing in google. Does anyone know a setting that could be causing this?
Example:
/**
* Some comment (pressing enter 3 times)
*
*
* (cursor is here)* * * *
*/
Another example:
/**
* Some comment (press enter)
* (cursor is here)*
*/
source
share