1,ubuntu下vs code安装
从官网https://code.visualstudio.com下载vs code .deb
使用如下命令安装
sudo dpkg -i 安装包的名字
2,打开方式:在terminal中使用code打开
3,常用插件
- c/c++:函数跳转、自动补全
- Chinese:中文
- material theme UI
- CodeSpell Checker:拼写检查
- Bracket Pair Colorizer:括号着色器
- rainbow-highlighter:变量彩虹高光
- shift + alt + z
- shift + alt + a
4,常用快捷键
- 移动光标到行首:home
- 移动光标到行尾:end
- 跳转文档头部:ctrl+home
- 跳转文档尾部:ctrl+end
- 花括号跳转:ctrl+shift+
- 文件跳转:ctrl+p
- 行跳转:ctrl+g
- 批量修改:F2
5,
显示所有命令:ctrl+shift+P
转到文件:ctrl+P
查找文件:ctrl+shift+F
开始调试:F5
切换终端:ctrl+`