natebosch / dart_lsp

Tools for writing a language server following the Language Server Protocol.

Home Page:https://pub.dartlang.org/packages/lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools for writing a language server following the Language Server Protocol.

Any class implementing LanguageServer can be started as a server communicating over stdin and stdout. Includes types for all the messages that can be sent to and from the client.

Looking for a Dart language server?

The Dart language server implemented in this package is deprecated. Instead, use the analysis server from the Dart SDK with the --lsp flag.

About

Tools for writing a language server following the Language Server Protocol.

https://pub.dartlang.org/packages/lsp

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%