dart-sdk/pkg/analysis_server
pq 1d01d91c33 fix for sort_child_properties_last
Change-Id: Ife3f05077fcd48e8f821314b55ba481918ba05c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116822
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2019-09-12 00:07:40 +00:00
..
benchmark [analysis_server] Fix flaky hanging in analysis server benchmark 2019-08-01 16:30:13 +00:00
bin Clean up the remaining copyright notices in analysis_server 2019-01-11 15:38:56 +00:00
doc Protocol for 'server.log' notification. 2019-08-29 22:33:33 +00:00
lib fix for sort_child_properties_last 2019-09-12 00:07:40 +00:00
test fix for sort_child_properties_last 2019-09-12 00:07:40 +00:00
tool Protocol for 'server.log' notification. 2019-08-29 22:33:33 +00:00
analysis_options.yaml [analyzer] enable implicit-casts: false for several projects 2019-08-13 16:26:41 +00:00
AUTHORS
CHANGELOG.md
CONTRIBUTING.md Update the contributing file for the analysis server. 2017-02-08 08:13:20 -08:00
LICENSE
pubspec.yaml bump server SDK constraint lower bound 2019-09-05 18:14:42 +00:00
README.md Add some notes on using Dart LSP with Vim 2019-02-27 12:08:32 +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.