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

Tutorial on the use of vim plug-in in vscode
Tutorial for using the vim plug-in in vscode: 1. Install the vim plug-in, search for the vim plug-in, and click to install it after finding the plug-in; 2. Set the clipboard, enter [Preferences], and enable the use of the system clipboard; 3. Use [j , k, h] and other keys can control the cursor accurately and quickly.
Dec 17, 2019 am 09:39 AM
vscode builds java development environment
The method for vscode to build a java development environment is: 1. First, you need to configure the environment variables, and then install java related plug-ins; 2. Then perform basic development configuration, configure maven, set global search ignore folders, and perform junit testing; 3. Finally Just use tomcat to debug the project.
Dec 17, 2019 am 09:21 AM
What is the connection between vscode and anaconda
[Anaconda] is a very easy-to-use open source python distribution that comes with many common python libraries, while [VSCode] is a free, open source, modern lightweight code editor. In daily work, the two are usually used to build a [python] development environment.
Dec 16, 2019 pm 05:13 PM
How vscode builds a vue project
The method for building a vue project with vscode is: 1. First, install the [vue-cli] plug-in globally; 2. Then install the tool for packaging js; 3. Then create a folder to store the project; 4. Then use the [cd] command to enter Go to this folder; 5. Configure the configuration items as needed; 6. Finally, install the dependencies.
Dec 16, 2019 pm 04:54 PM
How to remove the working folder in the workspace in vscode
The method for removing the working folder in the workspace of vscode is: 1. First click [Source Code Management] on the [File] menu, then click [Workspace]; 2. Then click on the [Manage Workspace] option Under [Name], highlight the workspace and click [Edit]; 3. Finally, under [Working Folder], click [Remove].
Dec 16, 2019 pm 04:40 PM
How to create a custom code template in vscode
The method for vscode to create a custom code template is: 1. First, open the [File], [Preferences], [Settings], and [User Code Snippet] options in sequence; 2. Then enter [html] in the input box and select the A json file; 3. Then write our own code template; 4. Finally, copy the template and save it.
Dec 16, 2019 pm 04:06 PM
How to find files by file name in vscode
The method for vscode to find files by file name is: 1. First use the [ctrl+p] shortcut key and enter the file name you want to find in the search box that appears; 2. Then click the file you want to find in the drop-down box. Note: The search is not case-sensitive and will match multiple parts of the file name.
Dec 16, 2019 pm 03:40 PM
eslint plugin in vscode not working
The solution to the eslint plug-in in vscode not working is: 1. First, click the [File], [Preferences], and [Settings] options in sequence; 2. Then search for [eslint], and under the user settings option, select [In settings] Edit] option in .json; 3. Then perform relevant configurations on the file.
Dec 16, 2019 pm 03:14 PM
How to open user-defined configuration in vscode
The method to open the user-defined configuration in vscode is: 1. First click the settings icon in the lower left corner, and in the pop-up menu, click the [settings] submenu; 2. Then under the [setting] page, click the upper right corner [. ..] option; 3. Finally, in the pop-up menu, click to open the file, and the user configuration is on the right.
Dec 16, 2019 pm 03:00 PM
vscode sets automatic completion of function brackets in python code
The method for vscode to set automatic completion of function brackets in Python code is: 1. First click on the [File], [Preferences], and [Settings] options in sequence; 2. Then click on the [{}] symbol in the upper right corner; 3. Then search for brackets Automatically complete configuration items; 4. Finally, enable the plug-in in user settings.
Dec 16, 2019 pm 02:45 PM
vscode formatting code is invalid
The reason why the vscode formatting code is invalid is that the option to automatically set [tabsize] according to the file type is enabled by default. The solution is: 1. First click the [File], [Preferences], and [Settings] options in sequence; 2. Then search for [detectindentation]; 3. Finally, turn off this option.
Dec 16, 2019 pm 02:29 PM
vscode sets eye protection theme
The method to set the eye protection theme in vscode is: 1. First, click the fifth tool on the left toolbar, enter [Atom One Light], and download the plug-in; 2. Then use the [ctrl+shift+p] shortcut key and enter [setting] , find the setting file; 3. Then modify the setting file.
Dec 16, 2019 pm 02:16 PM
How to install npm with vscode
The method for installing npm in vscode is: since the new version of nodejs has integrated npm, just install nodejs. The installation method is: 1. First install the required installation packages according to different platform systems; 2. Then install; 3. Then check whether the path environment variable is configured with nodejs; 4. Finally check the version.
Dec 16, 2019 pm 01:57 PM
Where to download the vscode plug-in
Download the vscode plug-in from the vscode plug-in official website (https://marketplace.visualstudio.com/). Go to the vscode plug-in official website and search for the plug-in that needs to be installed. The website provides a splicing method for the plug-in download address.
Dec 16, 2019 pm 01:40 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









