mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Enable renaming of matching jsx tags (#179806)
Fixes #159534 Uses the new linked editing api to make f2 rename matching jsx tags
This commit is contained in:
@@ -1007,6 +1007,18 @@
|
||||
"description": "%typescript.preferences.useAliasesForRenames%",
|
||||
"scope": "language-overridable"
|
||||
},
|
||||
"javascript.preferences.renameMatchingJsxTags": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.preferences.renameMatchingJsxTags%",
|
||||
"scope": "language-overridable"
|
||||
},
|
||||
"typescript.preferences.renameMatchingJsxTags": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.preferences.renameMatchingJsxTags%",
|
||||
"scope": "language-overridable"
|
||||
},
|
||||
"typescript.updateImportsOnFileMove.enabled": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user