IntelliJ-Inspection-Lens
IntelliJ-Inspection-Lens copied to clipboard
IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
When the error is too long, we should cut the error message adding `...` to avoid the scrollbar becoming so large. If we need more info, it's easer / faster...
While the errors and warning display is nice, it can be distracting as well. Enabling and disabling the plugin is tedious if you want to hide the warnings and concentrate...
The idea is to start creating configuration for the plugin. Best way to start : Color customization. I've worked on a poc already, it will need to rethink the color...
Works great, would be cool if we could set it to only show warnings/errors for example.
Sometimes using the monospaced editor's font means longer messages, up to being impossible to read. Using the tooltip's font will result in more compact inlays.
Hello, It seems inspection lens causes some issues when there are inspections inside rendered documentation comments, e.g.:  The original source code was this (C++ in Rider, but shouldn't matter):...
It would be great if this plugin also added gutter icons for the diagnostic messages. From what I can see, there's no built-in IntelliJ functionality for this. Example from the...
I recently updated to Webstorm 2025.1, and the plugin appears to have broken. If I click and hold, the window stays, but if I let go of my mouse it...
Hi! Would it be possible to add a configuration option to only display inline inspections in VCS-modified files? They can be distracting when navigating to other files (e.g. generated files,...
Using version 1.4.1 with RustRover 2024.4 EAP (243.20847.53). Mostly working well, but occasionally gets confused:  These two spurious warnings only appear if the plugin is enabled. Enabled:  Disabled:...