0verEngineer / InlineProblems

Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
GNU General Public License v3.0
61 stars 7 forks source link

Feature request: Hide problems where the user is working right now #60

Open markhm opened 3 weeks ago

markhm commented 3 weeks ago

InlineProblems is great.

But, sometimes the error notes get a little bit in the way and they come too early, since I am still typing and correcting my code line.

I would appreciate if InlineProblems would not show problems where I am currently working, so if it would e.g. hide the problems that are -3 to +3 lines from where the cursor is and I've pressed a key during the last 20 seconds. Of course, all this could be configurable.

Thank you for your effort and consideration. Much appreciated.