dart-sdk/pkg/analysis_server
pq 2192131b5e + remove_break fix (for unnecessary_breaks)
See: https://github.com/dart-lang/sdk/issues/49960

Change-Id: I67f3e58030aa800bebc045fc86114a5d9e5f7522
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281464
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2023-02-07 23:54:07 +00:00
..
benchmark [analyzer] Rename all 'servicesPort' variables to 'servicePort' 2023-02-03 01:35:28 +00:00
bin
doc [analysis_server] Mark "when" keyword as a control keyword for Semantic Tokens 2023-01-31 18:07:41 +00:00
lib + remove_break fix (for unnecessary_breaks) 2023-02-07 23:54:07 +00:00
test + remove_break fix (for unnecessary_breaks) 2023-02-07 23:54:07 +00:00
tool linter 1.33.0 rc 2023-02-07 20:56:35 +00:00
analysis_options.yaml Enforce new lint rules in pkg/analysis_server 2022-11-18 22:36:57 +00:00
AUTHORS
CHANGELOG.md
CONTRIBUTING.md
LICENSE
OWNERS
pubspec.yaml [analyzer] Create report from web interface 2023-01-20 11:42:29 +00:00
README.md

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 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.