galileo_dart_language_server 3.0.0 copy "galileo_dart_language_server: ^3.0.0" to clipboard
galileo_dart_language_server: ^3.0.0 copied to clipboard

outdated

A shim on the analysis server following the language server protocol

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

1
likes
30
points
20
downloads

Publisher

verified publishergalileodart.com

Weekly Downloads

A shim on the analysis server following the language server protocol

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

analysis_server_lib, args, async, json_rpc_2, logging, meta, path, pool, stream_channel

More

Packages that depend on galileo_dart_language_server