summaryrefslogtreecommitdiff
path: root/cli/lsp/mod.rs
AgeCommit message (Expand)Author
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-06feat(lsp): implement refactoring code actions (#11555)Jean Pierre
2021-06-22chore: use lsp to get parent process id (#11083)David Sherret
2021-06-17chore(lsp): add `--parent-pid <pid>` flag (#11023)David Sherret
2021-06-05fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)Kitson Kelly
2021-06-01feat(lsp): registry auto discovery (#10813)Kitson Kelly
2021-05-11feat(lsp): add internal debugging logging (#10438)Kitson Kelly
2021-04-20feat(lsp): Implement textDocument/semanticTokens/full (#10233)Jean Pierre
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-03-25feat(lsp): add import completions (#9821)Kitson Kelly
2021-02-18fix(lsp): handle data URLs properly (#9522)Kitson Kelly
2021-01-27feat(lsp): add performance measurements (#9209)Kitson Kelly
2021-01-22fix(lsp): handle mbc documents properly (#9151)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
2020-12-16refactor(lsp): optimise static assets (#8771)Kitson Kelly
2020-12-10feat(lsp): support import maps (#8683)Kitson Kelly
2020-12-08feat(lsp): basic support for textDocument/completion (#8651)Luca Casonato
2020-12-07feat: add mvp language server (#8515)Kitson Kelly