1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-04-23 21:15:47 +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 18:10:31 +02:00
.github Add screenshot 2022-08-10 07:26:09 +02:00
.idea/runConfigurations Remove IDEA project configuration files 2023-05-20 18:10:31 +02:00
gradle/wrapper Add Gradle wrapper 2022-07-07 16:43:44 +02:00
src Release 1.2.0 2023-05-20 18:10:31 +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
build.gradle.kts Release 1.2.0 2023-05-20 18:10:31 +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