AIDL Language Server Protocol (LSP) server
Experimental AIDL LSP server based on rust-aidl-parser.
Features:
- diagnostics
- workspace symbols (Ctrl+T in vscode)
- document symbols (Ctrl+Shift+O in vscode)
- goto definition (Ctrl+Click in vscode)
- hover (mouse over in vscode)
- vscode extension
TODO:
- handle watched files
For language-specific features, see rust-aidl-parser.