dart-sdk/pkg/analysis_server
Kallen Tu cdd9e43b2c [analysis_server] Add semantic highlighting for sealed class modifier.
Enable the 'sealed-class' experiment for the highlighting test and add the highlighting for the modifier.

Change-Id: I6affdab506c29ab9d92b2d6315a93d09396bafaa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277201
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Kallen Tu <kallentu@google.com>
2022-12-27 23:24:40 +00:00
..
benchmark [analyzer] Add benchmarks of running dart analyze 2022-12-19 08:22:32 +00:00
bin
doc Add documentation on semantic highlighting 2022-12-16 19:17:32 +00:00
lib [analysis_server] Add semantic highlighting for sealed class modifier. 2022-12-27 23:24:40 +00:00
test [analysis_server] Add semantic highlighting for sealed class modifier. 2022-12-27 23:24:40 +00:00
tool [analysis_server/lsp] Allow user to configure whether Workspace Symbols includes all files or just their workspace 2022-12-19 19:07:26 +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 [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [analysis_server] Remove string_scanner dependency from TestCode 2022-10-19 16:28:25 +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.