The problem that I have met is when I press enter on the remark or markdown '>' tag, Intellij makes duplicated symbol.
For example, it looks like under.
// '|' is the position of my cursor
// ① create remark
/**
* |
*/
// ② press enter
/**
*
* |*
*/
// ③ press enter
/**
*
*
* |* *
*/
I've never set or used this option or function before but I think some mistyped key abled this function. How can I disable this?
CodePudding user response:
Sorry for that I didn't mention the version of IDE.
IntelliJ IDEA 2021.2.3 (Ultimate Edition)
My Intellij version was above like this and running on windows.
I asked to JetBrain and got the reply that it was caused by aws-toolkit plugin. There was some bug in the plugin. Therefore I disabled aws-tookit and solved the problem.
Here is the issue https://github.com/aws/aws-toolkit-jetbrains/issues/3270