0
点赞
收藏
分享

微信扫一扫

VS-Code中最常用的小技巧(mac)

半秋L 2022-04-23 阅读 50
vscode
  1. 移动到行首:command + ←
  2. 移动到行尾:command + →
  3. 移动到全文的开始/最后:command + ↑/↓
  4. 复制代码:option + shift + ↑/↓
  5. 单行注释代码:command + /
  6. 多行注释代码:command + shift + a
  7. 删除代码:command +d
  8. 格式化:Option + shift + f
  9. 批量修改:Option + shift + i
  10. 多行同时缩进左/右:command + [ / ]
举报

相关推荐

0 条评论