Skip to content

alexander-doroshko/intellij-lsp-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7e5342 · Nov 19, 2024

History

7 Commits
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 19, 2024
Nov 15, 2024
Nov 15, 2024
Nov 19, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024

Repository files navigation

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 the com.intellij.platform.lsp.api.LspServerDescriptor class
  • 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 dart executable, which is located in the dart-sdk/bin directory, should be available from the command line. You may need to add .../dart-sdk/bin to the system's PATH environment variable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published