This is a plugin for IntelliJ-based IDEs that demonstrates the usage of the LSP API
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.LspServerDescriptor
class - If you only see the decompiled code in the opened editor, click
Download IntelliJ Platform sources
The plugin integrates the Dart LSP server
- The plugin assumes that the Dart SDK is already installed
- The
dart
executable, which is located in thedart-sdk/bin
directory, should be available from the command line. You may need to add.../dart-sdk/bin
to the system'sPATH
environment variable