Features:
Inlay hints
Memory usage
View AST
Symbol info
Type heirarchy
Implementation status of extensions
- [x] Memory usage (implemented)
- [x] AST (implemented)
- [x] Symbol info request (implemented)
- [x] Type hierarchy (implemented)
- [x] Inlay hints (implemented)
- [x] Switch between source/header (nvim-lspconfig already does this)
- [x] File status (see lsp-status.nvim)
- [x] Compilation commands (can be specified in lspconfig
init_options
) - [ ] Code completion scores (can be done using cmp comparators)
- [ ] Force diagnostics generation (not sure)