
-
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 prompts that the system cannot find the specified path
The solution to the vscode prompt that the system cannot find the specified path: first click debug and open configuration; then add the cwd item configuration in the launch.json file and fill in "${fileDirname}" as the value.
Feb 10, 2020 pm 02:18 PM
How to configure cpp debugging environment in vscode
The method for vscode to configure the cpp debugging environment is: 1. First install the c/c++ plug-in; 2. Then add the c_cpp_properties.json configuration; 3. Add the tasks.json configuration file; 4. Finally add the launch.json configuration file.
Feb 10, 2020 pm 02:14 PM
How to publish vscode plug-in
The method to publish the vscode plug-in is: 1. First create an account and visit the homepage; 2. Then click on personal information and click add; 3. Finally, perform the [npm install vsce -g] and [vsce publish (version)] operations and click add That’s it.
Feb 10, 2020 pm 02:01 PM
vscode cannot drag selection using mouse
Solution to the problem that vscode cannot be selected by dragging with the mouse: 1. Press the ESC button twice in succession; 2. Reinstall the vscoed software; 3. Right-click the taskbar, select [Properties]-[Start]-[Customize], and select "Start" Context menu and drag-and-drop button.
Feb 10, 2020 pm 02:00 PM
How to build a simple framework with vscode
The method to build the framework with vscode is: 1. First install node.js; 2. Then install the Taobao image; 3. Then install the scaffolding; 4. Finally create the project, open the console, and reinstall the dependencies, such as [cnpm install] .
Feb 10, 2020 pm 01:50 PM
Where to download vscode
vscode can be downloaded from the official website, the download address is: https://code.visualstudio.com/Download. It can also be downloaded from a third-party server, for example: https://www.php.cn/xiazai/gongju/1527.
Feb 10, 2020 pm 01:42 PM
The difference between vscode and dw
The differences between vscode and dw are: 1. VSCode is designed for developers, dw is designed for designers; 2. VSCode supports MacOS, Windows, and Linux, dw does not support Linux; 3. VSCode supports multiple programming languages, dw Only supports web development.
Feb 10, 2020 pm 01:26 PM
vscode does not recognize node command
The solution to vscode not recognizing the node command is: 1. First check whether the environment variables are configured correctly; 2. Then ensure that you restart vscode after configuring the environment variables; 3. Finally, try to run vscode as an administrator.
Feb 10, 2020 am 11:48 AM
vscode install theme plug-in
The method for installing theme plug-ins in vscode is: 1. First open the file, preferences, color theme, and select change; 2. Then open the extension store, search for sheme, and install the required theme; 3. Finally, open the settings and change the font theme and icon Just the theme.
Feb 10, 2020 am 11:39 AM
How to quickly view function definitions in VSCode
How to quickly view the function definition in VSCode: 1. Position the cursor on the function and press the F12 key; 2. Position the cursor on the function and right-click the mouse to go to the definition; 3. Hold down the Ctrl key and click the function at the same time.
Feb 10, 2020 am 10:30 AM
What should I do if there is no error message in VSCode?
The solution to the problem that VSCode does not report an error message: first open vscode, click [File]-[Preferences]-[Settings]; then search for "errorSquiggles" in the settings; finally select enable in the search results.
Feb 10, 2020 am 09:58 AM
How to configure VSCode for microcontroller development
How to configure microcontroller development with vscode: first open the plug-in center, search for Platform IO IDE and install it; then click New Project to create a new project; finally after writing the code, click Build to generate the hex file.
Feb 10, 2020 am 09:45 AM
How to install plug-in in vscode
The method for vscode to install plug-ins is: 1. First click the extension icon and enter the name of the plug-in that needs to be installed, such as [Chinese (Simplified) Language Pack for Visual Studio Code]; 2. Then install the plug-in and restart vscode.
Feb 07, 2020 pm 05:16 PM
How to solve the Chinese garbled problem after vscode integrates 'git bash'
The method to solve the Chinese garbled problem after vscode integrates "git bash" is: 1. Edit the gitconfig file, such as [encoding = utf-8]; 2. Edit the inputrc file, such as [set output-meta on].
Feb 07, 2020 pm 05:05 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









