feat(lsp): implement refactoring code actions (#11555)

Closes: denoland/vscode_deno#433
This commit is contained in:
Jean Pierre 2021-08-05 20:46:32 -05:00 committed by GitHub
parent 3f0cf9619f
commit 728d205d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 882 additions and 93 deletions

View file

@ -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;