IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chylex 87f6eda572
Release 1.1.1
3 months ago
.github Add screenshot 8 months ago
.idea Add build and plugin configuration 9 months ago
gradle/wrapper Add Gradle wrapper 9 months ago
src Release 1.1.1 3 months ago
.gitattributes Add IDEA project files 9 months ago
.gitignore Update .gitignore 8 months ago
LICENSE Add license 9 months ago
README.md Add screenshot 8 months ago
build.gradle.kts Release 1.1.1 3 months ago
gradle.properties Add build and plugin configuration 9 months ago
gradlew Add Gradle wrapper 9 months ago
gradlew.bat Add Gradle wrapper 9 months ago
settings.gradle.kts Add build and plugin configuration 9 months ago

README.md

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.

Inspection Lens Screenshot