Eclipse like errortick
I've been an IntelliJ user for like 8 years, yet there is one thing I still painfully miss from my eclipse time before. The error-tick.
In Eclipse you have two sidebars, to show the position of errors in your file. On the right side, there is a scaled sidebar (like in idea) which shows you the rough position of an error or a warning.
However, eclipse also knows error-ticks on the left side, where the actual affected line is marked clearly visible. The difference being that with larger files, the right sidebar is more a rough approximation, not the actual line containing the error.
I know, that in idea, the idea is to navigate through the code via F2, yet I much prefer the less intrusive way of simply showing the errors via tick-mark. I have searched and found an stackoverflow-question from 2015, where it says, error-ticks are not possible in Intellij.
Is this still the case? Am i the only one, who would rather have such a feature?
请先登录再写评论。
You are welcome to submit a new feature request at https://youtrack.jetbrains.com/newIssue?project=IDEA
You can also try your hand at creating a custom plugin taking this one as an example: https://github.com/cgamache/erroritem
See https://plugins.jetbrains.com/docs/intellij/developing-plugins.html
Hi Arina,
thanks for your comment. I had not thought about looking through the existing plugins.
For anyone coming to this point: There is already a plugin in the marketplace named “InlineError”