"workbench.list.multiSelectModifier": "ctrlCmd", 522 523 // 控制在树和列表中怎样使用鼠标来展开子项(若支持)。对于树中的父节点,此设置将控制是使用单击还是双击来展开。注意,某些不适用于此设置的树或列表可能会忽略此项。524 "workbench.list.openMode": "singleClick", ...
list . multiselect modifier 设置来修改多选,以便通过“work bench . list . multiselect modifier”使用 alt 键:“Alt”。 过滤文档树 可以在文件资源管理器中过滤当前可见的文件。您可以简单地开始键入您想要匹配的文件名的一部分,将焦点保持在文件资源管理器上。您将能够在文件资源管理器的右上角看到一个过滤框,...
"workbench.list.multiSelectModifier": "ctrlCmd", // 指定用在工作台中的颜色主题 "workbench.colorTheme": "Atom One Dark", "workbench.editor.enablePreview": true, "workbench.preferredDarkColorTheme": "Atom One Dark", // 控制资源管理器是否在打开文件时自动显示并选择 "explorer.autoReveal"...
"editor.lineNumbers": "on", "editor.renameOnType": true, //控制是否在编辑器中输入时自动重命名。"editor.tabSize": 2, "editor.wordWrap": "on", "editor.wordWrapColumn": 80, "editor.defaultFormatter": "esbenp.prettier-vscode", ...
The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier. // - ctrlCmd: Maps to `Control` on Windows and Linux and to `Command` on macOS. // - alt: Maps to `Alt` on Windows and Linux and to `Option` on macOS....
Provides historical context about line changes through unobtrusive blame annotation at the end of the current line and on the status bar. Inline blame annotations Status bar blame annotations 💡 Use the Toggle Line Blame and Toggle Git CodeLens commands from the Command Palette to turn the an...
\\n \\\"gitlens.views.experimental.multiSelect.enabled\\\": true,\\n \\\"editor.stickyScroll.enabled\\\": true,\\n \\\"editor.smoothScrolling\\\": true,\\n \\\"workbench.list.smoothScrolling\\\": true,\\n \\\"terminal.integrated.smoothScrolling\\\": true,\\n \\\"editor....
Autoclose brackets only when the cursor is to the left of whitespace. // - never "editor.autoClosingBrackets": "languageDefined", // Controls whether the editor should type over closing quotes or brackets. // - always // - auto: Type over closing quotes or brackets only if they were aut...
Are you sure you want to create this branch? Cancel Create vscode-loc/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json Go to file Go to file T Go to line L Copy path Copy permalink Cannot retrieve contributors at this time 12602 lines (12602 sloc) 864 KB ...
//Controls whether the editor should automatically close brackets after the user adds an opening bracket.//- always//- languageDefined: Use language configurations to determine when to autoclose brackets.//- beforeWhitespace: Autoclose brackets only when the cursor is to the left of whitespace.//...