mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Docment remaining known js/ts refactorings
This commit is contained in:
@@ -90,5 +90,10 @@
|
||||
"codeActions.refactor.rewrite.export.description": "Convert between default export and named export.",
|
||||
"codeActions.refactor.move.newFile.title": "Move to a new file",
|
||||
"codeActions.refactor.move.newFile.description": "Move the expression to a new file.",
|
||||
"codeActions.refactor.rewrite.arrow.braces.title": "Rewrite arrow braces",
|
||||
"codeActions.refactor.rewrite.arrow.braces.description": "Add or remove braces in an arrow function.",
|
||||
"codeActions.refactor.rewrite.parameters.toDestructured.title": "Convert parameters to destructured object",
|
||||
"codeActions.refactor.rewrite.property.generateAccessors.title": "Generate accessors",
|
||||
"codeActions.refactor.rewrite.property.generateAccessors.description": "Generate 'get' and 'set' accessors",
|
||||
"codeActions.source.organizeImports.title": "Organize imports"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user