1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2024-07-27 03:28:50 +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
2024-06-15 01:55:33 +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.4 2024-06-15 01:55:33 +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.4 2024-06-15 01:55:33 +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
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 settings panel for configuring shown severities 2024-06-15 01:08:48 +02:00
settings.gradle.kts Add build and plugin configuration 2022-07-07 17:08:33 +02:00

Inspection Lens Plugin Logo

Displays errors, warnings, and other inspections inline. Highlights the background of lines with inspections. Supports light and dark themes out of the box.

By default, the plugin shows Errors, Warnings, Weak Warnings, Server Problems, Grammar Errors, Typos, and other inspections with a high enough severity level. Configure visible severities in Settings | Tools | Inspection Lens.

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

Inspection Lens Screenshot