Files
sdk/pkg/analysis_server/doc/implementation/overview.md
T
Brian Wilkerson 5c59f08857 Add more documentation to the server package
Change-Id: Id2413bc1f62ebc8ea42d3cac15adcb871c2cc234
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254720
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2022-08-11 17:05:38 +00:00

811 B

Overview

This section of the documentation discusses how the analysis server works and how to enhance the various features provided by the server.

To learn how the server implements support for a specific feature, read one of the following feature-specific documents:

  • Call Hierarchy
  • Closing Labels
  • Code Completion
  • Code Folding
  • documentSymbol
  • Flutter Outline
  • Hovers
  • Implemented Markers
  • Navigation
  • Occurrences
  • Organize Imports
  • Outline
  • Overrides Markers
  • Quick Assists
  • Quick Fixes
  • Refactorings - legacy
  • Refactorings - self describing
  • Search - Find References
  • Search - Member Declarations
  • Search - Member References
  • Search - Top-level Declarations
  • selectionRange
  • Semantic Highlights
  • signatureHelp
  • Sort Members
  • Type Hierarchy