mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat(lsp): implement refactoring code actions (#11555)
Closes: denoland/vscode_deno#433
This commit is contained in:
parent
3f0cf9619f
commit
728d205d9d
12 changed files with 882 additions and 93 deletions
|
@ -16,6 +16,7 @@ mod lsp_custom;
|
|||
mod parent_process_checker;
|
||||
mod path_to_regex;
|
||||
mod performance;
|
||||
mod refactor;
|
||||
mod registries;
|
||||
mod semantic_tokens;
|
||||
mod sources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue