Tag:vscode
-
Time:2021-2-27
The official C / C + + plug-in supports the use of. Clang format configuration file for custom style code formatting, without additional installationclang-formatplug-in unit.However, there are some small problems when using the default configuration file exported by clang format – style = llvm – dump config >. Clang format to format. As shown in […]
-
Time:2021-1-18
vscode-drawio Vscode drawio is a vscode plug-in, which supports drawing flow chart, mind map and UML diagram in vscode GitHub address: https://github.com/hediet/vscode-drawio install In the vscode plug-in window, search for vscode drawio and install it use Open the file with. Drawio extension in vscode, and the drawio edit page will be loaded automatically, similar to […]
-
Time:2021-1-8
I’ve been using pychar to develop Python programs before. This ide editor is really good. There’s no problem at all. The only problem is that it’s too expensive. We also see that many people are using the free and open source visual studio code,Super hardThe IDE developed is also known as the strongest ide in […]
-
Time:2021-1-7
1. Vscade is an open source cross platform editor. By default, the language of vscode is English (EN), and the following steps are changed to Chinese Open the vscode tool, use the shortcut key combination [CMD + Shift + P], and enter it in the search box“configure display language”, click OK to modifylocale.jsonThe property “locale” […]
-
Time:2021-1-2
Visual studio code (vscode / VSC for short) is a free and open source modern lightweight code editor. It supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code fragments, code contrast diff, GIT and other features of almost all mainstream development languages, supports plug-in extension, and optimizes web page development and cloud application […]
-
Time:2020-12-30
If vscode wants to find the error according to the terminal error prompt, how should it operate? Now let’s take a look at the detailed tutorial. Software name: Visual studio code 1.50.0 32-bit official Chinese free green version Software size: 59.4MB Update time: 2020-10-12Download now 1. Open the “vscode” software. 2. Click to open the […]
-
Time:2020-12-30
Task description What’s the best tool for writing essays? LaTex! What’s the best way to write code? VSCode! Well, how to configure the latex environment on vscode, and how to choose the compilation method after configuration? Most blogs only talk about how to configure, but don’t talk about how to compile. As a result, errors […]
-
Time:2020-12-23
Vscode uses CSS peek to quickly view and locate CSS definitions. How to install and use it? Let’s take a look at the detailed tutorial. Software name: Visual studio code 64 bit v1.50.0 official latest installation version Software size: 60.6MB Update time: 2020-10-12Download now Open the vscode editor and click the square menu button at […]
-
Time:2020-12-20
When using vscode, you need to settings.json In the setting, the record is now open settings.json Please refer to the introduction below for details of the document. Software name: Visual studio code 64 bit v1.50.0 official latest installation version Software size: 60.6MB Update time: 2020-10-12Download now 1. Open it directly settings.json file “C:\Users\Administrator\AppData\Roaming\Code\User”,It can be […]
-
Time:2020-12-19
The vs Code built-in browser needs to be downloaded and installed by yourself. Let’s take a look at the graphic tutorial for downloading and installing the vs Code built-in browser. Software name: Visual studio code v1.50.0 64 bit Chinese free green version Software size: 61.9MB Update time: 2020-10-12Download now 1. Open vs Code 2. Click […]
-
Time:2020-12-18
This paper introduces“Visual studio code set close file navigation path”, will not set friends can refer to a very basic tutorial. Software name: Visual studio code v1.50.0 64 bit Chinese free green version Software size: 61.9MB Update time: 2020-10-12Download now 1. After entering visual studio code, click the upper left corner“file”。 2. Click“Preferences”。 3. Click“set […]
-
Time:2020-12-17
Official documents https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md 1. Environment window10 vscode 1.23.0+ Node.js 10+ If Node.js If it is not added to the environment variable, it needs to be added manually. If it is added successfully, enter it in CMDnode –versionIt will display: 2. Configuration Vscode install leetcode plug-in: After installation, the following will appear on the right side: […]