https://github.com/sashi0034/angel-intellij
IntelliJ Plugin that provides AngelScript Language Server
https://github.com/sashi0034/angel-intellij
angelscript intellij-plugin lsp
Last synced: 3 months ago
JSON representation
IntelliJ Plugin that provides AngelScript Language Server
- Host: GitHub
- URL: https://github.com/sashi0034/angel-intellij
- Owner: sashi0034
- Created: 2025-02-23T05:33:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T22:29:02.000Z (3 months ago)
- Last Synced: 2025-03-14T16:11:49.814Z (3 months ago)
- Topics: angelscript, intellij-plugin, lsp
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/26645-angelscript-language-server
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AngelScript Language Server for IntelliJ

[](https://plugins.jetbrains.com/plugin/26645-angelscript-language-server)
[](https://plugins.jetbrains.com/plugin/26645-angelscript-language-server)[//]: # (## Template ToDo list)
[//]: # (- [x] Create a new [IntelliJ Platform Plugin Template][template] project.)
[//]: # (- [ ] Get familiar with the [template documentation][template].)
[//]: # (- [ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).)
[//]: # (- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]))
[//]: # (- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).)
[//]: # (- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.)
[//]: # (TODO: See below later)
[//]: # (- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.)
[//]: # (- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).)
[//]: # (- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).)
[//]: # (- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.)
## Plugin description
This plugin provides AngelScript language support for IntelliJ via [lsp4ij](https://github.com/redhat-developer/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.
## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "angel-intellij" >
Install
- Using JetBrains Marketplace:Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the Install to ... button in case your IDE is running.
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...- Manually:
Download the [latest release](https://github.com/sashi0034/angel-intellij/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation