index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
lsp
/
capabilities.rs
Age
Commit message (
Collapse
)
Author
2021-02-16
feat(lsp): Implement `textDocument/signatureHelp` (#9330)
Yuki Tanaka
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-02-06
fix(lsp): support codeAction/resolve (#9405)
Kitson Kelly
2021-02-05
feat(lsp): add TS quick fix code actions (#9396)
Kitson Kelly
2021-02-01
feat(lsp): add references code lens (#9316)
Kitson Kelly
2021-01-29
Update lspower dependency (#9179)
hvithrafn
2021-01-13
feat(lsp): Add textDocument/implementation (#9071)
Hirochika Matsumoto
Ref #8643
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek IwaĆczuk
Co-authored-by: Bert Belder <bertbelder@gmail.com>
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-30
feat(lsp): Implement textDocument/rename (#8910)
hrsh7th
2020-12-21
refactor: rewrite lsp to be async (#8727)
Luca Casonato
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2020-12-08
feat(lsp): basic support for textDocument/completion (#8651)
Luca Casonato
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
Resolves #8400