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

半秋L

关注

阅读 50

2022-04-23

  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)

0 0 举报