Files
sdk/pkg/analysis_server/doc/implementation/overview.md
T
Brian Wilkerson 4c27d632ff Add some initial documentation related to navigation
Change-Id: I62973a9c8adaa80f8171b1567c020915c2ef83a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259515
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2022-09-16 22:04:40 +00:00

34 lines
828 B
Markdown

# 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](navigation.md)
- Occurrences
- Organize Imports
- Outline
- Overrides Markers
- [Quick Assists](quick_assist.md)
- [Quick Fixes](quick_fix.md)
- 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