How to turn off annotations in RustRover plugin?
已回答
I'm using CLion. I just installed the RustRover plugin because the previous Rust plugin was deprecated.
The system now shows these very irritating version control annotations above each function in the source code, and the View menu does not provide a way to turn them off as it should.
How do I get rid of the annotations?
请先登录再写评论。
Hello!
Do you mean these annotations https://www.jetbrains.com/help/clion/investigate-changes.html#annotate_blame? If yes, you can right-click the gutter in the editor and select Close Annotations from the context menu. If no, please provide a screenshot showing annotations.
I don't mean the gutter. I mean the light gray annotations above functions in the source code itself. For example, I see “ccleve” (my username) above every function in the code I'm working on.
If I wrote the entire module, I don't need to see my name everywhere.
Does disabling “Code author” in
File | Settings | Editor | Inlay Hints | Code visionhelp?Yes. Thank you.