Description
Implement workspace symbol provider to search for symbols across all AsciiDoc files in the workspace.
Goals
- Enable cross-file search (Ctrl+Shift+T or similar)
- Find headers, includes, images, anchors across all .adoc files
- Relevance-based ranking (exact match > starts with > contains)
Implementation
Add WorkspaceSymbolProvider capability to LSP server and implement symbol extraction across workspace files.
Key Features
- Search document titles and sections
- Find includes and images by name
- Find anchor definitions [[anchor-name]]
- Navigate to symbol location in any file
- Cache results for performance
Testing
Dependencies
Priority: Medium
Description
Implement workspace symbol provider to search for symbols across all AsciiDoc files in the workspace.
Goals
Implementation
Add
WorkspaceSymbolProvidercapability to LSP server and implement symbol extraction across workspace files.Key Features
Testing
Dependencies
Priority: Medium