Ctrl+U撤消上一个光标操作 Undo last cursor operation Shift+Alt+I在选定的每一行的末尾插入光标 Insert cursor at endofeach line selected Ctrl+I选择当前行 Select current line Ctrl+Shift+L选择当前选择的所有出现 Select all occurrencesofcurrent selection Ctrl+F2选择当前字的所有出现 Select all occurrenceso...
Shift + Alt + I 在选定的每一行的末尾插入光标 Insert cursor at end of each line selected Ctrl + I 选择当前行 Select current line Ctrl + Shift + L 选择当前选择的所有出现 Select all occurrences of current selection Ctrl + F2 选择当前字的所有出现 Select all occurrences of current word Shift...
Ctrl + I 选择当前行 Select current line Ctrl + Shift + L 选择当前选择的所有出现 Select all occurrences of current selection Ctrl + F2 选择当前字的所有出现 Select all occurrences of current word Shift + Alt + → 展开选择 Expand selection Shift + Alt + ← 缩小选择 Shrink selection Shift +...
Ctrl+UUndo last cursor operation 撤销上次光标操作,选中 Shift+Alt+IInsert cursor at end of each line selected 在选中每行末添加光标 Ctrl+LSelect current line 选中当前行 Ctrl+Shift+LSelect all occurrences of current selection 为当前选中所有匹配添加光标 Ctrl+F2Select all occurrences of current word ...
Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop. Comprehensive Commands Stop worrying about memorizing Git commands; GitLens provides a rich set of commands to help you do everything you need. Git Command Palette A guided, step-by-step ...
// - workbench.action.terminal.selectToPreviousLine 1646 // - workbench.action.terminal.sendSequence 1647 // - workbench.action.terminal.split 1648 // - workbench.action.terminal.splitInActiveWorkspace 1649 // - workbench.action.terminal.toggleFindCaseSensitiveTerminalFocus ...
Whole document format Windows / Linux: shift+alt+f Code folding Mac: alt+cmd+[ and alt+cmd+] Windows / Linux: ctrl+shift+[ and ctrl+shift+] Select current line Mac: cmd+i Windows / Linux: ctrl+i Navigate to beginning and end of file Mac: cmd+up and cmd+down Windows: ...
navigateEditHistory.markerWholeLine:是否标记整行,可在自定义中设置#navigateEditHistory.markerJSONCustom# 注意 因为编辑位置的历史是保存到 workspace,所以文件需要保存到磁盘后后才能起作用。
1.安装Command Line Tools 1.如果你本身是macOS或者iOS开发者,一般已经在AppStore下载了Xcode,这时候不需要再安装 2.如果没有安装Xcode,也可以去AppStore下载安装Xcode,但是Xcode至少有10几G的大小,所以如果为了少占空间,可以去开发者网站Command Line Tools单独下载 ...
isMultiline?: boolean; /** * Whether or not `pattern` should be interpreted as a regular expression.*/ isRegExp?: boolean; /** * Whether or not the search should be case-sensitive.*/ isCaseSensitive?: boolean; /** * Whether or not to search for whole word matches only.*...