dart-sdk/pkg/analysis_server
Danny Tuppeny 60fa066cd7 Filter LSP completion to exclude symbols already imported via another URI
Change-Id: I39d807ef88b939feffcba2b333dd76595257c768
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105760
Commit-Queue: Danny Tuppeny <dantup@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2019-06-17 14:16:21 +00:00
..
benchmark Use an available socket port for memory benchmark. 2019-06-12 16:18:14 +00:00
bin Clean up the remaining copyright notices in analysis_server 2019-01-11 15:38:56 +00:00
doc Add AvailableSuggestion.declaringLibraryUri 2019-06-05 01:20:51 +00:00
lib Filter LSP completion to exclude symbols already imported via another URI 2019-06-17 14:16:21 +00:00
test Filter LSP completion to exclude symbols already imported via another URI 2019-06-17 14:16:21 +00:00
tool Improve LSP JSON error when an expected object is not an object 2019-06-11 19:07:29 +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
pubspec.yaml Move NNBD migration tool to a fresh package. 2019-06-09 17:45:35 +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.