dart_language_server 0.1.16 copy "dart_language_server: ^0.1.16" to clipboard
dart_language_server: ^0.1.16 copied to clipboard

discontinued

A wrapper around the Dart analysis server with the --lsp flag.

Dart Language Server #

Wraps the dart analysis server and adapts its default protocol to the language server protocol.

This project is obsolete. The Dart SDK ships with an analysis server which can run in LSP mode with the --lsp flag.

To start up the server use the analysis server snapshot from the bin directory of the SDK.

For example, if the Dart SDK is at $DART_SDK and $DART_SDK/bin/ is on your $PATH (which makes commands like dart and pub available) the analysis server can be launched with: dart $DART_SDK/snapshots/analysis_server.dart.snapshot --lsp

You can see an example of configuring the vim-lsc client at https://github.com/natebosch/vim-lsc-dart

2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A wrapper around the Dart analysis server with the --lsp flag.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path

More

Packages that depend on dart_language_server