• This repository has been archived on 08/Jan/2022
  • Stars
    star
    137
  • Rank 266,121 (Top 6 %)
  • Language
    Dart
  • License
    BSD 3-Clause "New...
  • Created almost 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.