This plugin provides AngelScript language support for IntelliJ via lsp4ij.
It utilizes the AngelScript Language Server to offer features such as code completion, go-to definition, and more.
This is a port of the version distributed with VSCode to IntelliJ.
Please read the original documentation for details: https://github.com/sashi0034/angel-lsp
This plugin uses Node.js, so it must be installed.
Note: This plugin is still in preview and under development.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "angel-intellij" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.