IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline. https://plugins.jetbrains.com/plugin/19678-inspection-lens
Go to file
chylex 223fceb6b9
Release 1.3.3
2024-04-22 01:24:45 +02:00
.github Update screenshot in README 2023-05-29 12:11:31 +02:00
.idea/runConfigurations Remove IDEA project configuration files 2023-05-20 18:10:31 +02:00
gradle/wrapper Update Gradle to 8.4 & update dependencies 2023-11-05 18:04:51 +01:00
src Release 1.3.3 2024-04-22 01:24:45 +02:00
.gitattributes Add IDEA project files 2022-07-07 16:43:45 +02:00
.gitignore Remove IDEA project configuration files 2023-05-20 18:10:31 +02:00
LICENSE Add license 2022-07-06 16:05:44 +02:00
README.md Update screenshot in README 2023-05-29 12:11:31 +02:00
build.gradle.kts Release 1.3.3 2024-04-22 01:24:45 +02:00
gradle.properties Add build and plugin configuration 2022-07-07 17:08:33 +02:00
gradlew Update Gradle to 8.4 & update dependencies 2023-11-05 18:04:51 +01:00
gradlew.bat Update Gradle to 8.4 & update dependencies 2023-11-05 18:04:51 +01:00
logo.afdesign Add plugin icon 2023-04-15 12:47:02 +02:00
logo.png Add plugin icon 2023-04-15 12:47:02 +02:00
settings.gradle.kts Add build and plugin configuration 2022-07-07 17:08:33 +02:00

README.md

Inspection Lens Plugin Logo

IntelliJ plugin that shows errors, warnings, and other inspection highlights inline.

After installing the plugin, inspection descriptions will appear after the ends of lines, and the lines will be highlighted with a background color. Shown inspection severities are Errors, Warnings, Weak Warnings, Server Problems, Grammar Errors, Typos, and other inspections from plugins or future IntelliJ versions that have a high enough severity level. Each severity has a different color, with support for both light and dark themes.

Note: The plugin is not customizable outside the ability to disable/enable the plugin without restarting the IDE. If the defaults don't work for you, I recommend trying the Inline Error plugin which can be customized, building your own version of Inspection Lens, or proposing your change in the issue tracker.

Inspired by Error Lens for Visual Studio Code, and Inline Error for IntelliJ Platform.

Inspection Lens Screenshot