
-
All
-
web3.0
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Backend Development
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Web Front-end
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Database
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Operation and Maintenance
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Development Tools
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
PHP Framework
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Common Problem
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Other
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Tech
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
CMS Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Java
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
System Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Computer Tutorials
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Hardware Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Software Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Game Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-

How to change the background of the code editing environment of VSCODe
How to change the background of VSCODe's code editing environment: first download the third-party plug-in in the user directory; then find the "Brackets Light Pro-color-theme.json" file in the themes folder; finally modify the value corresponding to "background" .
Mar 13, 2020 pm 01:24 PM
Where to change vscode to Chinese
How to change vscode to Chinese: First open the VSCode software; then enter [configure language] in the pop-up search box; then open the [locale.json] file; finally change the attribute value of [locale] to [zh-CN] .
Mar 13, 2020 pm 12:51 PM
How to enlarge the interface of vscode
How to enlarge the interface of vscode: first open the vscode software; then open the Code settings and find the "Mouse Wheel Zoom" configuration item; then configure the item to [true] in the [json] configuration file; finally press and hold the [ctrl] key And use the mouse wheel to zoom in.
Mar 13, 2020 pm 12:34 PM
How to create html project in vscode
How to create an HTML project in vscode: 1. Click File-New File in the upper left corner; 2. Click "Plain Text" at the bottom to change it to "HTML"; 3. Press CTRL+S to save the file.
Mar 13, 2020 am 11:36 AM
How to bring up the terminal in vscode
How to call up the terminal in vscode: first open vscode and click the [View V] menu; then find the menu of the command line terminal; then use the terminal call key of vscode; and finally open the command line terminal tool directly.
Mar 13, 2020 am 10:50 AM
How to modify the python running path in vscode
The method for vscode to modify the python running path is: 1. First use the [ctrl+shift+p] shortcut key to switch to the command line mode; 2. Then enter python, and in the pop-up options, select according to your needs.
Feb 25, 2020 pm 04:55 PM
How vscode fills html content quickly like pycharm
The method for vscode to quickly fill in html content like pycharm is: 1. First create a new html file; 2. Then enter [!] in the editor window; 3. Finally press the [tab] or [enter] key, and the page will automatically Complete filling.
Feb 25, 2020 pm 04:19 PM
vscode jump to definition failed
The solution to the failure of vscode to jump to the definition is: 1. First open the settings.json file; 2. Then add the configuration ["python.jediEnabled":false]. If you open c/c++ code, you need to install c/ c++ plugin.
Feb 25, 2020 pm 04:08 PM
How to configure git in vscode
How to configure git in vscode: 1. First download git and copy the git installation path; 2. Then configure the environment variables; 3. Finally, perform global git settings, such as [git config --global user.name "username"].
Feb 20, 2020 pm 05:56 PM
How to enable automatic syntax detection in vscode
The method to enable automatic syntax detection in vscode is: 1. First install the [ESLint] plug-in; 2. Then open the settings, search for eslint, and turn on the [eslint:Enable] option.
Feb 20, 2020 pm 05:46 PM
How vscode formats js/css code
The method for vscode to format js/css code is: 1. First open the file, preferences, and settings in sequence; 2. Then modify the options related to formatting; 3. Then install the [beautify] plug-in; 4. Finally click [beautify file ] to format the code.
Feb 20, 2020 pm 05:33 PM
How to change font in vscode
How to change fonts in vscode: 1. First open the settings page and search for font; 2. Then add the corresponding settings in the user settings on the right, such as ["editor.fontFamily": "Fira Code"].
Feb 20, 2020 pm 05:24 PM
How to open multiple tabs in vscode
The method for vscode to open multiple tabs is: 1. First open the settings.json configuration file; 2. Then add the configuration ["workbench.editor.enablePreview": false]; 3. Finally restart vscode.
Feb 20, 2020 pm 05:12 PM
How to open html file in vscode in browser
The method for vscode to open html files in the browser is: 1. First install the [open in browser] plug-in; 2. Then open the html file, right-click and select the [open in default browsers] option to open the html file in the browser.
Feb 20, 2020 pm 05:03 PM
Hot tools Tags

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use
