vscode

作者: 自you是敏感词 | 来源:发表于2018-04-08 14:20 被阅读0次

选择

Ctrl + / 切换行注释

Ctrl + Shift + / 切换块注释

Alt + 上下键 切换行

Ctrl + 左键 选择多个位置 可改为 Alt

Ctrl + Shift + 左键 选择多行 改为 Alt

F3 选中下一个重复的

Ctrl + Shift + L 选中所有 重复的

Ctrl + Shift + J 搜索时 设置条件

Ctrl + Shift + C 转到命令行

F2 重命名变量名

F4 搜索结果切换

定义

F12 转到定义

Alt + F12 查看定义

Shift + F12 查看所有引用

Alt + C 切换 F3 的 大小写 限制 case sensitive

查找

*    to match one or more characters in a path segment
?    to match on one character in a path segment
**   to match any number of path segments, including none
{}   to group conditions (e.g. {**/*.html,**/*.txt} matches all HTML and text files)
[]   to declare a range of characters to match (e.g., example.[0-9] to match on example.0, example.1, …)

插件

setting_sync 不同设备 共享 vs code 设置

Ctrl + Shift + P Sync:Reset... 清除设置

Shift + Alt + U 上传
Shift + Alt + D 下载

Document This

Ctrl + Alt + D 2次 类,函数注释

vscode-file-header

Ctrl + Alt + I 头部文件注释

相关文章

网友评论

      本文标题:vscode

      本文链接:https://www.haomeiwen.com/subject/rrnphftx.html