Files
sdk/pkg/analysis_server
Brian Wilkerson f62c82aaf8 Add a refactor to convert an unnamed constructor to a named constructor
Let me know whether there are any missed cases that ought to be covered
here. There are tests for the rename constructor that cover a lot of
the additional cases, so I mostly focused here on tests related to where
the refactor is and isn't provided, but that might not be sufficient.

Change-Id: I6e0008597cf852b4acc81a96fa564e0e1a414bd9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/489620
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2026-03-25 06:51:51 -07: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 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.