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

What should I do if vscode cannot run?
The solution to the problem that vscode cannot run: First press the [window+R] key to bring up the run and enter [cmd]; then paste the command [netsh winsock reset] in the window; finally double-click the vscode software to open and run normally.
Nov 19, 2019 am 09:25 AM
What should I do if vscode cannot edit files?
The solution to the problem that vscode cannot edit files: First open the vscode software; then click "File → Preferences → Settings"; then search for and check the "run in terminal" option in the settings.
Nov 19, 2019 am 09:20 AM
What to do if vscode utf-8 garbled characters
The solution to the vscode utf-8 garbled code: first update the vscode software to the latest version; then add ""files.autoGuessEncoding":true" to the settings file to automatically recognize the character encoding.
Nov 19, 2019 am 09:15 AM
What should I do if vscode mac can't run?
The solution to the problem that vscode Mac cannot run: First, right-click the vscode icon; then open properties and click Compatibility; then check [Run this program as an administrator] and confirm the application; finally, reopen vscode.
Nov 19, 2019 am 09:10 AM
What is vscode developed with?
vscode is developed based on Electron. Electron is based on Node.js and Chromium, allowing developers to use front-end technologies such as HTML, CSS and JavaScript to develop cross-platform desktop GUI applications.
Nov 18, 2019 pm 05:28 PM
How to create the vscode vue project you just downloaded
How to create a vue project with vscode: 1. Install the vetur plug-in; 2. Install node.js; 3. Open the terminal of vscode and enter vue init webpack vue_test; 4. Follow the prompts to complete the project creation; 5. Open the browser to preview the effect. .
Nov 18, 2019 pm 05:08 PM
How to modify shortcut keys in vscode
How to modify shortcut keys in vscode: first open vscode and click "Home" - "Preferences" - "Keyboard Shortcuts"; then right-click on the keyboard shortcut interface to change key bindings; finally click the "enter" key finished editing.
Nov 18, 2019 am 10:28 AM
How to create a new folder in vscode
How to create a new folder in vscode: First open the vscode software; then right-click in the resource window to create a new folder.
Nov 18, 2019 am 10:22 AM
How to create new css in vscode
How to create new css in vscode: first click "File" and select "New File"; then click "Plain Text"; then select css in the pop-up interface; finally press "ctrl+S" to save the document.
Nov 18, 2019 am 10:16 AM
How to add plug-ins to vscode
How to add a plug-in to vscode: First open the vscode software and click the "Plug-in Management" icon; then search for the required plug-in in the search box; then click the "Install" button on the interface.
Nov 18, 2019 am 10:11 AM
How to set up the browser with vscode
How to set up the browser with vscode: first search and install "View In Browser" in the plug-in extension; then select "Preferences" and click "Settings"; then add the "view-in-browser" related code.
Nov 18, 2019 am 10:05 AM
How to use vscode svn
How to use vscode svn: First, select the "TortoiseSVN for VS Code" plug-in in vscode to install; then restart the vscode software; finally use svn to submit and update.
Nov 18, 2019 am 09:47 AM
How to execute vscode npm
How to execute vscode npm: First click the "Spider" button in vscode; then add configuration in the debug sidebar; then add the configuration code "{"name": "Launch via NPM"...}" to execute npm .
Nov 18, 2019 am 09:42 AM
What should I do if the vscode output is garbled?
The solution to the garbled vscode output: first open the vscode software; then click "File-References-Settings-Commonly-Used"; then add "code-runner.runInTerminal:true".
Nov 18, 2019 am 09:36 AM
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









