Skip to content

despinoza1/InlineError

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.