David Sherret
|
0e12acc6ff
|
refactor(lsp): Documents - combine duplicate exists methods (#13479)
|
2022-01-25 09:21:59 -05:00 |
|
David Sherret
|
f73a5fbc89
|
refactor(lsp): reduce data stored in StateSnapshot (#13426)
|
2022-01-19 17:10:14 -05:00 |
|
David Sherret
|
ad224f53c7
|
chore: upgrade to rust 1.58 (#13377)
|
2022-01-15 07:10:12 +01:00 |
|
Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
David Sherret
|
6c324acf23
|
feat: REPL import specifier auto-completions (#13078)
|
2021-12-15 13:23:43 -05:00 |
|
David Sherret
|
c9d32e0581
|
fix(lsp): handle import specifier not having a trailing quote (#13074)
* fix(lsp): handle import specifier not having a trailing quote
* clean up
* Add test.
|
2021-12-13 16:28:35 -05:00 |
|
Kitson Kelly
|
a54fc7a129
|
feat(lsp): improve registry completion suggestions (#13023)
Resolves #10051
|
2021-12-14 06:24:11 +11:00 |
|
Bartek Iwańczuk
|
e68a241946
|
chore: upgrade lspower to 1.4.0 (#12894)
|
2021-11-25 12:10:12 +11:00 |
|
David Sherret
|
51e3db956a
|
fix(cli): config file should resolve paths relative to the config file (#12867)
* Add `specifier_to_file_path` to support converting a ModuleSpecifier with a unix-style path to a PathBuf on Windows.
|
2021-11-23 10:38:11 -05:00 |
|
David Sherret
|
c82ce74133
|
refactor(lsp): remove Documents mutex and require Documents to be mutated to change it (#12747)
|
2021-11-18 13:50:24 -05:00 |
|
David Sherret
|
28dbb4a95e
|
refactor(lsp): prefer using document instead of documents collection (#12720)
|
2021-11-12 11:42:04 -05:00 |
|
Kitson Kelly
|
91f8bdda2c
|
fix(lsp): cache unsupported import completion origins (#12661)
Fixes #12621
|
2021-11-08 09:35:32 +11:00 |
|
Kitson Kelly
|
34a9ddff09
|
refactor(lsp): use deno_graph and single document struct (#12535)
Closes #12473
|
2021-10-29 10:56:01 +11:00 |
|
Kitson Kelly
|
d36b01ff69
|
fix(lsp): correctly parse registry patterns (#12063)
|
2021-09-14 14:40:35 +02:00 |
|
David Sherret
|
2c2e3ec1ca
|
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
|
2021-09-07 10:39:32 -04:00 |
|
Kitson Kelly
|
9e51766f3e
|
feat(lsp): dependency hover information (#11090)
|
2021-06-25 09:06:51 +10:00 |
|
Kitson Kelly
|
473713c621
|
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Fixes #10815
|
2021-06-02 20:29:58 +10:00 |
|
Kitson Kelly
|
bb5bf91067
|
feat(lsp): registry auto discovery (#10813)
Closes: #10194
Fixes: #10468
|
2021-06-01 21:53:08 +10:00 |
|
Satya Rohith
|
7063e449f1
|
fix(#10362): include range for export statements (#10369)
Fixes #10362
|
2021-04-26 06:59:18 +10:00 |
|
Kitson Kelly
|
d9d4a5d73c
|
feat(lsp): add registry import auto-complete (#9934)
|
2021-04-09 11:27:27 +10:00 |
|
Kitson Kelly
|
5ebb401703
|
feat(lsp): add import completions (#9821)
|
2021-03-25 11:13:37 +11:00 |
|