summaryrefslogtreecommitdiff
path: root/cli/lsp/capabilities.rs
AgeCommit message (Collapse)Author
2020-12-30feat(lsp): Implement textDocument/rename (#8910)hrsh7th
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2020-12-08feat(lsp): basic support for textDocument/completion (#8651)Luca Casonato
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
Resolves #8400