README.md
November 15, 2024 ยท View on GitHub
IntelliJ LSP Plugin Example
This is a plugin for IntelliJ-based IDEs that demonstrates the usage of the LSP API
IntelliJ LSP API Source Code
Make sure you have LSP API source code available, it contains useful documentation and examples
- Use
Navigate | Class...to open thecom.intellij.platform.lsp.api.LspServerDescriptorclass - If you only see the decompiled code in the opened editor, click
Download IntelliJ Platform sources
Plugin Description
The plugin integrates the Dart LSP server
- The plugin assumes that the Dart SDK is already installed
- The
dartexecutable, which is located in thedart-sdk/bindirectory, should be available from the command line. You may need to add.../dart-sdk/binto the system'sPATHenvironment variable