This fork provides AngelScript language support tailored for Unreal Engine projects, powered by lsp4ij.
It leverages the Unreal AngelScript Language Server to provide completion, go‑to definition, diagnostics, and more.
This is a port of the Unreal AngelScript VS Code tooling to IntelliJ‑based IDEs.
- Upstream language server: https://github.com/Hazelight/vscode-unreal-angelscript/tree/master/language-server
- Vendored source in this repo:
unreal-angelscript-lsp/language-server
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.