1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-01-18 04:46:03 +01:00
IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline. https://plugins.jetbrains.com/plugin/19678-inspection-lens
Go to file
2025-01-15 02:05:14 +01:00
.github Remove GitHub Sponsors and Patreon from FUNDING.yml 2025-01-04 15:34:19 +01:00
.idea Add dictionary file for IntelliJ 2024-12-24 05:43:41 +01:00
gradle/wrapper Update Gradle to 8.12 and IntelliJ Platform plugin to 2.2.1 2025-01-04 15:34:19 +01:00
src Release 1.5.2 2025-01-15 02:05:14 +01:00
.gitattributes Add IDEA project files 2022-07-07 16:43:45 +02:00
.gitignore Update Gradle to 8.12 and IntelliJ Platform plugin to 2.2.1 2025-01-04 15:34:19 +01:00
build.gradle.kts Release 1.5.2 2025-01-15 02:05:14 +01:00
gradle.properties Add build and plugin configuration 2022-07-07 17:08:33 +02:00
gradlew Update Gradle to 8.12 and IntelliJ Platform plugin to 2.2.1 2025-01-04 15:34:19 +01:00
gradlew.bat Update Gradle to 8.12 and IntelliJ Platform plugin to 2.2.1 2025-01-04 15:34:19 +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 Release 1.5.1 2025-01-04 10:28:58 +01:00
settings.gradle.kts Update Gradle to 8.12 and IntelliJ Platform plugin to 2.2.1 2025-01-04 15:34:19 +01: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. Left-click an inspection to show quick fixes. Middle-click an inspection to navigate to the relevant code in the editor.

Configure appearance, behavior of clicking on inspections, and visible severities in Settings | Tools | Inspection Lens.

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

Inspection Lens Screenshot