Plugin for displaying errors message in the editor; inspired by Alexander's VSCode extension Error Lens.
Install using Plugins tab in IDE Settings.
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
Run SBT and execute one of the following tasks:
More details of available tasks at sbt-idea-plugin.