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

discontinued
outdatedDart 1 only

A shim on the analysis server following the language server protocol

Dart Language Server #

Wraps the dart analysis server and adapts it to the language server protocol.

This is a very early and very experimental project to test the feasibility of integrating the dart analysis server with an editor following a different api than it's default.

Demo Server #

The file bin/demo_server.dart implements a language server which is mostly useful for testing integration against an editor. This server supports file handling and will send diagnostic errors wherever it sees the string error in a file.

Dart Language Server #

The file bin/dart_language_server.dart implements a partial adapter of the analysis server following the language server protocol. This server supports file handling and forwards analysis errors as diagnostics.

Installing #

pub global activate dart_language_server

If you have the pub bin directory in your path (you should be warned during the previous command if not) the server can be run as dart_language_server.

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A shim on the analysis server following the language server protocol

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, json_rpc_2, logging, path, stream_channel

More

Packages that depend on dart_language_server