wolegca.github.io/content/html/2021-03-27$1.html
2021-04-06 19:14:45 +08:00

8 lines
620 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<span>Visual Studio Code快捷键小总结</span>
<p>VSCode是现在个人比较常用的代码编辑器了熟练使用快捷键会使得代码编辑的速度和质量有比较大的提升。</p>
<p>现在总结几个个人比较常用的快捷键吧,熟练使用可以避免一些不必要的操作浪费时间</p>
<p>Ctrl + Enter / Ctrl + Shift + Enter : 快速在下方/上方添加新行</p>
<p>Alt + 上/下 快速移动光标所在的行,可以便捷调整代码所在位置,避免频繁复制粘贴</p>
<p>Ctrl + / 注释光标所在的行或者选中的多行</p>
<p>Ctrl + F : 快捷查找</p>