Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.13 KB

DEVELOPMENT.md

File metadata and controls

29 lines (19 loc) · 1.13 KB

IntelliJ plugin

Make sure you have at least a JDK 21 installed on your machine and that the JAVA_HOME variable points to the JDK's home directory.

How to run locally (without IDE)

./gradlew runIde --no-daemon directly builds & starts a sandboxed IntelliJ IDEA with the plugin enabled.

Install into existing IDE

./gradlew buildPlugin creates in build/distributions/ a ZIP archive that can be installed in IntelliJ's plugin settings with the option “Install Plugin from Disk”.

Develop with IntelliJ

Just open the project and use “Run Plugin” in the run drop down.

Develop with Neovim