despinoza1 / InlineError

Plugin that displays errors in editor for Intellij IDEs
https://plugins.jetbrains.com/plugin/17302-inlineerror
MIT License
36 stars 4 forks source link
intellij-plugin

InlineError Plugin

Plugin for displaying errors message in the editor; inspired by Alexander's VSCode extension Error Lens.

Installing

Stable

Install using Plugins tab in IDE Settings.

DEV

Open IDE Settings and go to Plugins. Open plugin settings and select Manage Plugin Repositories. Add the following repository URL:

https://plugins.jetbrains.com/plugins/dev/17302

After adding repo, you will get option to update to dev release. More information: Jetbrains Docs: Managing Plugins

To enable DEBUG logs go to Help | Diagnostic Tools | Debug Log Settings and add #com.daniel_epsinoza.inline_error. More information: Jetbrains Docs: IDE Infrastructure - Logging

Local

Run SBT and execute one of the following tasks:

More details of available tasks at sbt-idea-plugin.