Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 626 Bytes

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.