Skip to content

Latest commit

 

History

History

dart_language_server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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