Since VS Code release 1.3 , the regex find has supported newline characters. 从VS Code 版本1.3开始 ,正则表达式查找支持换行符。 To use this feature set the find window to regex mode and use \\n as the newline character. 要使用此功能,请将查找窗口设置为正则表达式模式,并使用\\n作为换行符。
Ctrl + K Ctrl + D 将最后一个选择移至下一个查找匹配项 Move last selection to next Find match Alt + C / R / W 切换区分大小写/正则表达式/整个词 Toggle case-sensitive / regex / whole word 多光标和选择 Multi-cursor and selection 按Press 功能Function Alt +单击 插入光标 Insert cursor Ctrl...
Ctrl + K Ctrl + D 将最后一个选择移至下一个查找匹配项 Move last selection to next Find match Alt + C / R / W 切换区分大小写/正则表达式/整个词 Toggle case-sensitive / regex / whole word 多光标和选择 Multi-cursor and selection 按Press功能Function Alt +单击 插入光标 Insert cursor Ctrl ...
Ctrl+D将选择添加到下一个查找匹配 Add selection to next Find match Ctrl+KCtrl+D将最后一个选择移至下一个查找匹配项 Move last selection to next Find match Alt+C/R/W切换区分大小写/正则表达式/整个词 Togglecase-sensitive/regex/whole word 多光标和选择 Multi-cursor and selection 代码语言:javascript...
Move last selection to next Find match 将上一个选择移动到下一个查找匹配项 Alt+C/ R/ W Toggle case-sensitive / regex ! whole word 切换大小写敏感/正则表达式/整个单词 Multi-cursor and selection (多重-光标和选择) Alt+ Click Insert cursor ...
Ctrl + K Ctrl + D将最后一个选择移至下一个查找匹配项 Move last selection to next Find match Alt + C / R / W切换区分大小写/正则表达式/整个词 Toggle case-sensitive / regex / whole word 多光标和选择 Multi-cursor and selection 按Press功能 Function ...
vscode之常用快捷键 vscode之常⽤快捷键
Go to previous error or warning Ctrl + Shift + Tab导航编辑器组历史记录 Navigate editor group history Alt + ←/→返回/前进 Go back / forward Ctrl + M切换选项卡移动焦点 Toggle Tab moves focus 搜索和替换 Search and replace 按 Press功能 Function Ctrl + F查找 Find ...
VS Code does supportregular expressionsearches, however,backreferencesandlookaroundaren't supported by default. But you can enable these with the settingsearch.usePCRE2. This configuresripgrepto use thePCRE2regex engine. While PCRE2 supports many other features, we only support regex expressions that...
Shift+Alt + ↓ / ↑:向上/向下复制行 Copy line up/down 3,导航 F12 Alt + ←/→ :返回/前进 Go back / forward 转载:VScode快捷键(最全) 原著作者:星朝 基础编辑 Basic editing 导航Navigation 搜索和替换 Search and replace ...