a524631266 / InlineError

Plugin that displays errors in editor for Intellij IDEs

Home Page:https://plugins.jetbrains.com/plugin/17302-inlineerror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • runIDE - Opens IDE from intellijPlatform in build.sbt with plugin
  • packageArtifactZip - Creates ZIP of plugin in target and do the following install plugin from disk

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

About

Plugin that displays errors in editor for Intellij IDEs

https://plugins.jetbrains.com/plugin/17302-inlineerror

License:MIT License


Languages

Language:Scala 93.7%Language:Java 6.3%