当前位置:网站首页>Use of vscode software
Use of vscode software
2022-07-05 03:52:00 【xuechanba】
One 、VS Code Installing a plug-in
VSCode One advantage of is that you can install various plug-ins .
1、 Install the simplified Chinese plug-in
2、 Install curly bracket extensions , It can help us clearly see the code level .
3、 install run Code, It can help us run ( Various ) Code ( Include C/C++、python etc. ).
4、 install C/C++, This has the function of grammatical prompt .
5、 install ( Can choose ) The theme , Here you can choose Atom One Dark Theme( dark colors ) or Atom One Light Theme( Bright colors ) Two kinds of .
The above installation is also shown in the configuration process video below , There is no mention of .
Two 、VS Code Configure the compilation environment
Video tutorial Links :https://www.bilibili.com/video/BV14f4y127BC.
Although Baidu cloud link has been provided below the video ( The file named install , Saved to my baidu cloud ), But just in case , Still uploaded to CSDN Information in ( Changed the name of the compressed package to VSCode, contains mingw compiler ).
because VS Code Not supported by default C/C++ compile , So you need to configure a local compiler to compile . What we use here is mingw compiler ( stay QT This compiler is also commonly used when creating projects in ).
There are , There is no mention of .( in addition , I put it here D disc )
3、 ... and 、 Open the file in the default path
Here we use “E:\projectCode\VSCode” For example .
Besides , Note that there should be a space before the quotation mark to separate it from the previous quotation mark .
Four 、 The coup file provided in the software installation package given in the video link
( There are also notes in the document )
1、
2、del.bat It's a script file , Right click Run Code,
You can delete files with specified suffixes in the current directory .
Here is a simple demonstration : When we run test.cpp After this program , Will generate a test.exe The file of , however , Now I don't want this test.exe The file , I want to delete it , You can click del.bat , And then right-click Run Code Delete them .
边栏推荐
- Test d'automatisation de l'interface utilisateur télécharger manuellement le pilote du navigateur à partir de maintenant
- [untitled]
- New interesting test applet source code_ Test available
- Nmap user manual learning records
- IronXL for . NET 2022.6
- 汇编-入门
- Talk about the SQL server version of DTM sub transaction barrier function
- 花了2晚,拿到了吴恩达@斯坦福大学的机器学习课程证书
- [deep learning] deep learning reference materials
- 请问一下我的请求是条件更新,但在buffer中就被拦截了,这种情况我只能每次去flush缓存么?
猜你喜欢
MindFusion.Virtual Keyboard for WPF
[groovy] groovy environment setup (download groovy | install groovy | configure groovy environment variables)
error Couldn‘t find a package. JSON file in "your path“
[C language] address book - dynamic and static implementation
Multimedia query
函数基础学习02
花了2晚,拿到了吴恩达@斯坦福大学的机器学习课程证书
Use of kubesphere configuration set (configmap)
Some enterprise interview questions of unity interview
[luat-air105] 4.1 file system FS
随机推荐
[wp][introduction] brush weak type questions
深度学习——LSTM基础
Is there any way to change the height of the uinavigationbar in the storyboard without using the UINavigationController?
英语必备词汇3400
How to learn to get the embedding matrix e # yyds dry goods inventory #
[安洵杯 2019]不是文件上传
MySQL winter vacation self-study 2022 11 (10)
DECLARE_ WAIT_ QUEUE_ HEAD、wake_ up_ Interruptible macro analysis
优先使用对象组合,而不是类继承
ABP vNext microservice architecture detailed tutorial - distributed permission framework (Part 1)
How is the entered query SQL statement executed?
[array]566 Reshape the matrix - simple
Anti debugging (basic principles of debugger Design & NT NP and other anti debugging principles)
IronXL for . NET 2022.6
JWT vulnerability recurrence
Official announcement! The third cloud native programming challenge is officially launched!
MySQL winter vacation self-study 2022 11 (9)
[groovy] string (string type variable definition | character type variable definition)
[数组]566. 重塑矩阵-简单
Smart pointer shared_ PTR and weak_ Difference of PTR