Language Server Protocol implementation for Android.bp (Soong/Blueprint) files.
- Completion — module types and properties
- Diagnostics — syntax error detection
- Hover — documentation for module types and properties
- Go-to-definition — navigate to module definitions
pip install -e .bp-lspOr add to ~/.copilot/lsp-config.json:
{
"lspServers": {
"blueprint": {
"command": "bp-lsp",
"args": [],
"fileExtensions": {
".bp": "blueprint"
}
}
}
}