AIDL for VSCode
An extension which provides diagnostics, code analysis and syntax highlighting for AIDL files.
Repository (LSP server + vscode extension): https://github.com/bwalter/aidl-lsp
Features:
- diagnostics
- workspace symbols (Ctrl+T)
- document symbols (Ctrl+Shift+O)
- goto definition (Ctrl+Click)
- hover (mouse over in vscode)
- syntax highlighting (currently based on https://github.com/google/aidl-language)
TODO:
- type definition
- semantic syntax highlighting
For language-specific features, see rust-aidl-parser.
| |