summaryrefslogtreecommitdiff
path: root/cli/lsp/completions.rs
AgeCommit message (Expand)Author
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-02-10feat(lsp): provide completions from import map if available (#13624)Kitson Kelly
2022-01-25refactor(lsp): Documents - combine duplicate exists methods (#13479)David Sherret
2022-01-19refactor(lsp): reduce data stored in `StateSnapshot` (#13426)David Sherret
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-15feat: REPL import specifier auto-completions (#13078)David Sherret
2021-12-13fix(lsp): handle import specifier not having a trailing quote (#13074)David Sherret
2021-12-14feat(lsp): improve registry completion suggestions (#13023)Kitson Kelly
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