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
/
completions.rs
Age
Commit message (
Expand
)
Author
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-02-10
feat(lsp): provide completions from import map if available (#13624)
Kitson Kelly
2022-01-25
refactor(lsp): Documents - combine duplicate exists methods (#13479)
David Sherret
2022-01-19
refactor(lsp): reduce data stored in `StateSnapshot` (#13426)
David Sherret
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-12-13
fix(lsp): handle import specifier not having a trailing quote (#13074)
David Sherret
2021-12-14
feat(lsp): improve registry completion suggestions (#13023)
Kitson Kelly
2021-11-25
chore: upgrade lspower to 1.4.0 (#12894)
Bartek IwaĆczuk
2021-11-23
fix(cli): config file should resolve paths relative to the config file (#12867)
David Sherret
2021-11-18
refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...
David Sherret
2021-11-12
refactor(lsp): prefer using document instead of documents collection (#12720)
David Sherret
2021-11-08
fix(lsp): cache unsupported import completion origins (#12661)
Kitson Kelly
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-09-14
fix(lsp): correctly parse registry patterns (#12063)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-06-25
feat(lsp): dependency hover information (#11090)
Kitson Kelly
2021-06-02
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Kitson Kelly
2021-06-01
feat(lsp): registry auto discovery (#10813)
Kitson Kelly
2021-04-26
fix(#10362): include range for export statements (#10369)
Satya Rohith
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
2021-03-25
feat(lsp): add import completions (#9821)
Kitson Kelly