VScode
一,VScode介绍
VS Code 使用 Monaco Editor 作为其底层的代码编辑器。
VScode 官网地址:https://code.visualstudio.com/
VScode 官方文档地址:https://code.visualstudio.com/docs
菜鸟教学 https://www.runoob.com/w3cnote/vscode-tutorial.html
保存C盘
二,快捷键:
复制一行代码 alt+shift+上下键
移动代码行 alt+上下键
删除整行 ctrl+shift+k
自动补全空格 alt+shift+f
Ctrl+回车 不管光标在哪里,直接向下重启一行
Ctrl+shift+回车 向上重启一行
快捷键:ctrl+/ Tab