1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-04-23 12:15:46 +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-28 17:40:28 +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.3.0 2023-05-28 17:40:28 +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.3.0 2023-05-28 17:40:28 +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 Release 1.3.0 2023-05-28 17:40:28 +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.

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