// Place your key bindings in this file to overwrite the defaults[// ctrl+space 被切换输入法快捷键占用{"key":"ctrl+alt+space","command":"editor.action.triggerSuggest","when":"editorTextFocus"},// ctrl+d 删除一行{"key":"c
搜索和替换 Search and replace 多光标和选择 Multi-cursor and selection 丰富的语言编辑 Rich languages editing 编辑器管理 Editor management 文件管理 File management 显示Display 调试Debug 集成终端 Integrated terminal 原文章地址:vscode: Visual Studio Code 常用快捷键 官方快捷键说明:Key Bindings for Visual St...
vscode之常用快捷键 vscode之常⽤快捷键
问vscode:扩展以执行简单的全局搜索EN我想创建一个扩展,它执行一个非常简单的任务:提到VScode,大家都会...
{ "key":"ctrl+shift+/", "command": "editor.action.blockComment", "when": "editorTextFocus" }, // 定制与 sublime 相同的大小写转换快捷键,需安装 TextTransform 插件 { "key": "ctrl+k ctrl+u", "command": "uppercase", "when": "editorTextFocus" }, { "key": "ctrl+k ctrl+l", ...
My use case: replace incorrect spellings of "ID" (many people spell it "id" or "Id", but in our product, it should be uppercase) in our documentation. The regex \s[i|I]ds?\s should have only found the incorrect spellings, but was finding all the correct versions as well. I'm...
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 ...
vim.smartcase Override the 'ignorecase' setting if search pattern contains uppercase characters Boolean true vim.textwidth Width to word-wrap when using gq Number 80 vim.timeout Timeout in milliseconds for remapped commands Number 1000 vim.maxmapdepth Maximum number of times a mapping is done ...
["#8FBCBB", "#434C5E"], "vim.statusBarColors.insert": "#BF616A", "vim.statusBarColors.visual": "#B48EAD", "vim.statusBarColors.visualline": "#B48EAD", "vim.statusBarColors.visualblock": "#A3BE8C", "vim.statusBarColors.replace": "#D08770", "vim.statusBarColors....
format::='$'int|'${'int'}'|'${'int':''/upcase'|'/downcase'|'/capitalize''}'|'${'int':+'if'}'|'${'int':?'if':'else'}'|'${'int':-'else'}'|'${'int':'else'}'regex::=JavaScript Regular Expression value(ctor-string)options::=JavaScript Regular Expression option(ctor-...