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

discontinued
outdatedDart 1 only

A shim on the analysis server following the language server protocol

0.0.7 #

  • Add logging of uncaught asynchronous error logs to a hardcoded path in /tmp
  • Bug Fix: Support forwarding diagnostics for files that haven't already been opened in the editor
  • Add support for textDocument/references call.

0.0.6 #

  • Fix a bug for clients which do not send a trace parameter to initialize call

0.0.5 #

  • Fix an error with sdk 1.22 where lineMode cannot be set on stdin when it is a pipe
  • Separate logs by client. Log names are prefixed with client's directory and pid
  • Fix a buf causing a stack trace when attempting to jump to a token with no definition
  • Ignore updates to old file versions

0.0.4 #

  • Add the initialize method for better spec compliance

0.0.3 #

  • Add support for GoToDefinition

0.0.2 #

  • Add (almost entirely untested) support for completion suggestions.
  • Correct Range translation for diagnostics which span lines.

0.0.1 #

  • Initial experimental version. Starts up the sdk analysis server and forwards file state messages and errors. Can be used to show file diagnostics in an editor.
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, stream_transform

More

Packages that depend on dart_language_server