1. 首页
1.1. Markdown
1.2. Git
1.3. IDE
1.3.1. VSCode
1.4. 运行代码
安装 Code Runner
插件即可运行许多语言:
- 运行代码:
- use shortcut
Ctrl+Alt+N
- or press F1 :
Run Code
- use shortcut
- 停止运行:
- use shortcut
Ctrl+Alt+M
- or press F1 :
Stop Code Run
- use shortcut
- 指定运行语言:
- use shortcut
Ctrl+Alt+J
- or press F1 :
Run By Language
- use shortcut
注:VSCode中不同语言的完整环境的搭建已归类到相关语言的Gitbook中。