Files
sdk/pkg/analysis_server
Danny Tuppeny 3cffdaa01e Fix crash in LSP documentSymbols for extension classes
Handle empty names in document symbols

Change-Id: I336efa1b80c11af555562c6c5fc944bf1671b2e5

Handle extension kinds in document symbols

Change-Id: Ib04e099241abbd82e0676c3a5c5997de1a615adb

Prevent crash when SymbolKinds are not known in LSP

Change-Id: I265755b22fba18c5d5da70456ab2c76ed72a96a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/115207
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Danny Tuppeny <dantup@google.com>
2019-09-02 16:51:56 +00:00
..
2019-08-30 23:58:38 +00:00

analysis_server

A long-running process that provides analysis results to other tools.

The analysis server is designed to provide on-going analysis of one or more code bases as those code bases are changing.

Using the server

The analysis server is not intended to be used stand-alone, and therefore does not have a human-friendly user interface.

Clients (typically tools, such as an editor) are expected to run the analysis server in a separate process and communicate with it using a JSON protocol. The original protocol is specified in the file analysis_server/doc/api.html and (less complete) Language Server Protocol support is documented in tool/lsp_spec/README.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.