dart_language_server 0.1.5+2 copy "dart_language_server: ^0.1.5+2" to clipboard
dart_language_server: ^0.1.5+2 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 its default protocol to the language server protocol.

Features #

This server supports:

  • Diagnostic notifications
  • Completion suggestions
  • Jump to definition
  • List references
  • Hover information

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.

Integration with an editor depends on the details of the editor. All communication with this server is through stdin/stdout.

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

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

More

Packages that depend on dart_language_server