
-
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
-

vscode sets code indentation
The method for setting code indentation in vscode is: 1. First open the user settings and uncheck the [editor:detect indentation] option; 2. Then set the value of the [editor:tab size] option to the required number of spaces.
Feb 13, 2020 pm 05:05 PM
vscode often reports errors when editing js code
The solution to the error that is often reported when editing JS code in vscode is: 1. Open the settings, add ["javascript.validate.enable": false], and disable the default JS verification; 2. Install the third-party tool eslint for static checking.
Feb 13, 2020 pm 04:30 PM
How to set up automatic saving in vscode
The method for setting automatic saving in vscode is: 1. First open settings and find the [commonly used] option; 2. Then select the appropriate option as needed, such as [afterdelay], which means automatic saving at a fixed interval.
Feb 13, 2020 pm 04:22 PM
vscode failed to set Chinese
The solution to the unsuccessful setting of Chinese in vscode is: 1. First download the [chinese (simplified)] plug-in and click to reload; 2. Then open the command panel, enter config, open locale.json, and set ["locale":"zh -cn"].
Feb 13, 2020 pm 04:05 PM
How to install typing effects plug-in in vscode
The method for installing the typing effects plug-in in vscode is: 1. First open the extension store, search for [power mode], and install the plug-in; 2. Then open settings.json and add ["powermode.enabled": true].
Feb 13, 2020 pm 03:56 PM
How to install vscode.deb on ubuntu
The method to install vscode.deb on Ubuntu is: 1. First enter the vscode official website; 2. Then select the Linux version of vscode and select the deb format; 3. Finally, enter the password according to the prompts to install and wait for the installation to complete.
Feb 13, 2020 pm 03:47 PM
vscode reports error when opening vue file
The solution to the error when vscode opens the vue file is: 1. First check whether the HTML fragment has syntax errors; 2. Then open the file, preferences, settings, and search for vetur; 3. Finally, set [vetur.validation.template] to false That’s it.
Feb 13, 2020 pm 03:33 PM
How to add local server configuration to vscode
The method to add local server configuration to vscode is: 1. First open the extension store, search for [live server], install the plug-in, and restart vscode; 2. Then click [Go Live] to start the server, and vscode will automatically run the system default browser device.
Feb 13, 2020 pm 03:14 PM
vscode is not available after installing the go plug-in
The solution to the problem that vscode is unavailable after installing the go plug-in is: 1. Create the path [golang.org\x] and download the source code required by the dependent tools; 2. Download the source code required by golint; 3. Finally execute [go install golang.org/ x/lint/golint].
Feb 13, 2020 pm 03:06 PM
How to import pictures into vscode
The method for importing images into vscode is: 1. First install the [markdownlint] and [markdown preview enhanced] plug-ins; 2. Then create a new md file, and create an assets folder in the same directory and put the image in; 3. Finally edit the md file. Can.
Feb 13, 2020 pm 02:52 PM
How to set up c language development environment with vscode
The method for vscode to set up the c language development environment is: 1. Install MinGW; 2. Configure the system environment variable Path; 3. Modify the vscode debugging configuration file; 4. Configure the c/c++debuger.
Feb 13, 2020 pm 02:43 PM
vscode prompts that the runtime node cannot be found on the path
The way to solve the problem that vscode prompts that the runtime node cannot be found on the path is: 1. First, add the node.js path to the environment variable path; 2. Then verify whether node.js has been added to the environment variable; 3. Finally, restart vscode. Can.
Feb 13, 2020 pm 02:29 PM
How to check the correctness of the code in vscode
The method for vscode to check whether the code is correct is: 1. First open the command prompt and enter the [c:\python34\scripts\] directory; 2. Then execute the [pip install pylint] command to install the pylint plug-in; 3. Finally, open the user settings file, just add configuration.
Feb 13, 2020 pm 02:23 PM
How to set cursor color in vscode
The method for setting the cursor color in vscode is: 1. First open the file, preferences, and settings in sequence; 2. Then edit the code on the right, such as ["editorCursor.foreground": "#e9e6e6",}], and the cursor color can be Choose according to your own needs.
Feb 13, 2020 pm 02:08 PM
Hot tools Tags

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

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

Undress AI Tool
Undress images for free

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

Hot Topics









