dart-sdk/pkg/analysis_server
Danny Tuppeny 16bcfbb104 Add deprecated_member_use_from_same_package to generated LSP ignores
Change-Id: I553dee00f08b8d84c4ba71ffb9dffbe1b262192c
Reviewed-on: https://dart-review.googlesource.com/c/90244
Auto-Submit: Danny Tuppeny <dantup@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2019-01-19 18:14:58 +00:00
..
benchmark Clean up the remaining copyright notices in analysis_server 2019-01-11 15:38:56 +00:00
bin Clean up the remaining copyright notices in analysis_server 2019-01-11 15:38:56 +00:00
doc Add optional elementUri field to CompletionSuggestion types in analysis server protocol 2019-01-09 00:13:39 +00:00
lib Add deprecated_member_use_from_same_package to generated LSP ignores 2019-01-19 18:14:58 +00:00
test Add a custom LSP method dart/diagnosticServer to start server/return port 2019-01-17 16:37:49 +00:00
tool Add deprecated_member_use_from_same_package to generated LSP ignores 2019-01-19 18:14:58 +00:00
analysis_options.yaml Update analysis options files. 2018-07-03 00:20:06 +00:00
AUTHORS pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00:00
CHANGELOG.md pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00:00
CONTRIBUTING.md Update the contributing file for the analysis server. 2017-02-08 08:13:20 -08:00
LICENSE Logging support for server 2014-01-17 16:52:25 +00:00
README.md Update the analysis server diagnostic page - re-enable code completion and overlay pages, 2017-05-30 18:46:33 -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 protocol is specified in the file analysis_server/doc/api.html.

Features and bugs

Please file feature requests and bugs at the issue tracker.