You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/vscode/package.nls.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
"configuration.splitEditors.layout.left": "Blocks in the left split editor.",
6
6
"configuration.splitEditors.layout.right": "Blocks in the right split editor.",
7
7
"configuration.codeActions.askNewComponentName": "Ask for new component name when extract component.",
8
-
"configuration.complete.casing.tags": "Preferred tag name case.",
9
-
"configuration.complete.casing.props": "Preferred attr name case.",
10
-
"configuration.complete.defineAssignment": "Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`)",
8
+
"configuration.suggest.componentNameCasing": "Preferred tag name case.",
9
+
"configuration.suggest.propNameCasing": "Preferred attr name case.",
10
+
"configuration.suggest.defineAssignment": "Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`)",
11
11
"configuration.autoInsert.dotValue": "Auto-complete Ref value with `.value`.",
12
12
"configuration.autoInsert.bracketSpacing": "Auto add space between double curly brackets: `{{|}}` -> `{{ | }}`",
Copy file name to clipboardExpand all lines: extensions/vscode/package.nls.ru.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
"configuration.splitEditors.layout.left": "Блоки в левом разделенном редакторе.",
6
6
"configuration.splitEditors.layout.right": "Блоки в правом разделенном редакторе.",
7
7
"configuration.codeActions.askNewComponentName": "Запрашивает новое имя компонента при извлечении компонента.",
8
-
"configuration.complete.casing.tags": "Предпочитаемый формат имени тега.",
9
-
"configuration.complete.casing.props": "Предпочитаемый формат имени атрибута.",
10
-
"configuration.complete.defineAssignment": "Автоматически добавляет `const props = ` перед `defineProps` при выборе элемента завершения `props`. (также `emit` и `slots`)",
8
+
"configuration.suggest.componentNameCasing": "Предпочитаемый формат имени тега.",
9
+
"configuration.suggest.propNameCasing": "Предпочитаемый формат имени атрибута.",
10
+
"configuration.suggest.defineAssignment": "Автоматически добавляет `const props = ` перед `defineProps` при выборе элемента завершения `props`. (также `emit` и `slots`)",
11
11
"configuration.autoInsert.dotValue": "Автоматически добавляет `.value` при вводе ответной переменной.",
0 commit comments