- Learn WebAssembly
- Mike Rourke
- 113字
- 2021-08-13 15:39:01
Installing C/C++ for VS Code
The C/C++ extension for VS Code includes several features for writing and debugging C and C++ code, such as auto completion, symbol searching, class/method navigation, line-by-line code stepping, and many others. To install the extension, search for C/C++ in the Extensions and install the extension titled C/C++ (it's created by Microsoft) or navigate to the extension's official page at https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools and press the green Install button.
Once installed, you can view configuration details for the extension by selecting the extension from the Extensions list in VS Code and selecting the Contributions tab. This tab contains the various settings, commands, and debugger details:
Contributions tab for the C/C++ extension
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- 從零開始:數字圖像處理的編程基礎與應用
- OpenCV實例精解
- 趣學Python算法100例
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Banana Pi Cookbook
- Java編程技術與項目實戰(第2版)
- Learning Data Mining with R
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Integrating Facebook iOS SDK with Your Application
- Microsoft Azure Storage Essentials
- Learning jQuery(Fourth Edition)
- C陷阱與缺陷
- 愛上C語言:C KISS
- MySQL 8從零開始學(視頻教學版)