mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Documenting more js/ts refactorings
This commit is contained in:
@@ -896,6 +896,21 @@
|
||||
"title": "%codeActions.refactor.extract.type.title%",
|
||||
"description": "%codeActions.refactor.extract.type.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.import",
|
||||
"title": "%codeActions.refactor.rewrite.import.title%",
|
||||
"description": "%codeActions.refactor.rewrite.import.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.export",
|
||||
"title": "%codeActions.refactor.rewrite.export.title%",
|
||||
"description": "%codeActions.refactor.rewrite.export.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.move.newFile",
|
||||
"title": "%codeActions.refactor.move.newFile.title%",
|
||||
"description": "%codeActions.refactor.move.newFile.description%"
|
||||
},
|
||||
{
|
||||
"kind": "source.organizeImports",
|
||||
"title": "%codeActions.source.organizeImports.title%"
|
||||
|
||||
Reference in New Issue
Block a user