1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-04-08 13:15:44 +02:00
IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline. https://plugins.jetbrains.com/plugin/19678-inspection-lens
Go to file
2023-05-20 15:59:55 +02:00
.github Add screenshot 2022-08-10 07:26:09 +02:00
.idea Add build and plugin configuration 2022-07-07 17:08:33 +02:00
gradle/wrapper Add Gradle wrapper 2022-07-07 16:43:44 +02:00
src Refresh existing highlights when a new inspection severity mapping is registered 2023-05-20 15:59:55 +02:00
.gitattributes Add IDEA project files 2022-07-07 16:43:45 +02:00
.gitignore Update .gitignore 2022-07-29 12:38:35 +02:00
build.gradle.kts Add distinct colors for typos and Grazie inspections 2023-05-20 15:59:53 +02:00
gradle.properties Add build and plugin configuration 2022-07-07 17:08:33 +02:00
gradlew Add Gradle wrapper 2022-07-07 16:43:44 +02:00
gradlew.bat Add Gradle wrapper 2022-07-07 16:43:44 +02:00
LICENSE Add license 2022-07-06 16:05:44 +02: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
README.md 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

Inspection Lens Plugin Logo

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

Simply install the plugin and inspection descriptions will appear on the right side of the lines. Shown inspection severities are Errors, Warnings, Weak Warnings, Server Problems, 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.

The plugin is not customizable outside of the ability to disable/enable the plugin without restarting the IDE. If the defaults don't work for you, I would recommend either trying the Inline Error plugin which can be customized, 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