mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2024-11-21 04:42:51 +01:00
IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
https://plugins.jetbrains.com/plugin/19678-inspection-lens
.github | ||
.idea/runConfigurations | ||
gradle/wrapper | ||
src | ||
.gitattributes | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
logo.afdesign | ||
logo.png | ||
README.md | ||
settings.gradle.kts |
Inspection Lens
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.