mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Docment remaining known js/ts refactorings
This commit is contained in:
@@ -906,6 +906,20 @@
|
||||
"title": "%codeActions.refactor.rewrite.export.title%",
|
||||
"description": "%codeActions.refactor.rewrite.export.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.arrow.braces",
|
||||
"title": "%codeActions.refactor.rewrite.arrow.braces.title%",
|
||||
"description": "%codeActions.refactor.rewrite.arrow.braces.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.parameters.toDestructured",
|
||||
"title": "%codeActions.refactor.rewrite.parameters.toDestructured.title%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.property.generateAccessors",
|
||||
"title": "%codeActions.refactor.rewrite.property.generateAccessors.title%",
|
||||
"description": "%codeActions.refactor.rewrite.property.generateAccessors.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.move.newFile",
|
||||
"title": "%codeActions.refactor.move.newFile.title%",
|
||||
|
||||
Reference in New Issue
Block a user