Skip to content

Commit ce9e738

Browse files
Mention basic support for IntelliJ
Closes eng/ide/ada_language_server#1675
1 parent f3594f8 commit ce9e738

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ extension at
6969
- [Integration with Neovim's built-in LSP client](#integration-with-neovims-built-in-lsp-client)
7070
- [Integration with emacs lsp-mode](#integration-with-emacs-lsp-mode)
7171
- [Integration with QtCreator](#integration-with-qtcreator)
72+
- [Integration with IntelliJ](#integration-with-intellij)
7273
- [Refactoring Tools](#refactoring-tools)
7374
- [Authors \& Contributors](#authors--contributors)
7475
- [Contribute](#contribute)
@@ -601,6 +602,13 @@ the Ada Language Server.
601602

602603
Workspace-specific [ALS Settings](doc/settings.md) such as the `projectFile` can be provided in a `.als.json` file at the root of the workspace.
603604

605+
### Integration with IntelliJ
606+
607+
The [LSP4IJ](https://plugins.jetbrains.com/plugin/23257-lsp4ij) IntelliJ plugin
608+
provides a template for Ada since version `0.14.0`, allowing users tu use the Ada Language Server from IntelliJ.
609+
610+
Follow the [dedicated LSP4J documentation](https://github.com/redhat-developer/lsp4ij/blob/main/docs/user-defined-ls/ada_language_server.md) for more information.
611+
604612
## Refactoring Tools
605613

606614
See [corresponding document](doc/refactoring_tools.md).

0 commit comments

Comments
 (0)