summaryrefslogtreecommitdiff
path: root/cli/lsp/completions.rs
AgeCommit message (Expand)Author
2021-11-25chore: upgrade lspower to 1.4.0 (#12894)Bartek IwaƄczuk
2021-11-23fix(cli): config file should resolve paths relative to the config file (#12867)David Sherret
2021-11-18refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...David Sherret
2021-11-12refactor(lsp): prefer using document instead of documents collection (#12720)David Sherret
2021-11-08fix(lsp): cache unsupported import completion origins (#12661)Kitson Kelly
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-09-14fix(lsp): correctly parse registry patterns (#12063)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-06-25feat(lsp): dependency hover information (#11090)Kitson Kelly
2021-06-02fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)Kitson Kelly
2021-06-01feat(lsp): registry auto discovery (#10813)Kitson Kelly
2021-04-26fix(#10362): include range for export statements (#10369)Satya Rohith
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-03-25feat(lsp): add import completions (#9821)Kitson Kelly