文章目錄
- 一、前置說明Vscode
- 1.1 VsCode基本概念
- 1.2 VSCode的學習網址
- 二、使用
- 2.1 除錯代碼和安裝插件
- 三、常用的快捷鍵
- 3.1 debug快捷鍵
- 3.2 整個工程中查找
- 3.3 IntelliSense功能
一、前置說明Vscode
1.1 VsCode基本概念
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
支持的拓展常見的包含如下:

1.2 VSCode的學習網址
https://code.visualstudio.com/docs/setup/mac

二、使用
2.1 除錯代碼和安裝插件
如何開始除錯代碼,這里以python為例
第一步:首先在商店中搜索python

第二步: 之后就可以直接在主頁面啟動除錯F5

三、常用的快捷鍵
3.1 debug快捷鍵
F9 打開和停止除錯斷點
F11 單步除錯
F5 啟動除錯

3.2 整個工程中查找
快捷鍵:? ? F

3.3 IntelliSense功能
代碼的自動補全:

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/413887.html
標籤:其他
