1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-04-11 12:15:45 +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
2022-08-10 07:20:28 +02:00
.github Add FUNDING.yml 2022-08-10 07:20:28 +02:00
.idea Add build and plugin configuration 2022-07-07 17:08:33 +02:00
gradle/wrapper Add Gradle wrapper 2022-07-07 16:43:44 +02:00
src/main Fix not showing typo inspections after changing minimum severity level 2022-08-10 07:09:48 +02:00
.gitattributes Add IDEA project files 2022-07-07 16:43:45 +02:00
.gitignore Update .gitignore 2022-07-29 12:38:35 +02:00
build.gradle.kts Update minimum IDEA version to 2022.2 2022-07-29 12:38:35 +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
README.md Add README and update the plugin description 2022-08-09 02:58:12 +02:00
settings.gradle.kts Add build and plugin configuration 2022-07-07 17:08:33 +02:00

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.