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

Unable to enter commands in the vscode terminal window
The solution to the problem that commands cannot be entered in the vscode terminal window is: 1. First, right-click the vscode desktop shortcut, select [Properties], and open the vscode properties panel; 2. Then switch to the [Compatibility] tab and check [As an administrator] Run this program] option; 3. Finally restart vscode.
Jan 09, 2020 am 11:09 AM
How does vscode delete a large number of tags after finding them?
vscode can use regular expressions to match tags and then delete them in bulk. To clear the tppabs tag, use \btppabs="h[^"]*" to find the tppabs tag, and then replace it with nothing to delete a large number of tags.
Jan 09, 2020 am 10:56 AM
How to deal with Chinese garbled characters in vscode output box
Method to solve the problem of garbled Chinese characters in the vscode output box: 1. First, right-click [This Computer] and select [Properties]; 2. Then click [Advanced System Settings], [Environment Variables], and [New]; 3. Finally enter the variables Name [PYRHONIOENCODING], variable value [UTF8], just restart vscode.
Jan 09, 2020 am 10:51 AM
How to solve the problem that vscode cannot use cmd
VSCode cannot use cmd solution: right-click the VSCode icon, open properties, click Compatibility, check Run this program as an administrator, and then re-open VSCode to solve the problem.
Jan 09, 2020 am 10:44 AM
How to set up vscode to automatically wrap code using shortcut keys
The method for setting vscode to use shortcut keys to automatically wrap codes is: 1. First open [File], [Preferences], [Settings] in order; 2. Then enter [Editor:WordWrap] in the search box; 3. Finally open [Editor] :WordWrap] function is enough.
Jan 09, 2020 am 10:35 AM
How to create a django project using vscode
How to create a django project using vscode: 1. First install python, use pip to install pylint and yapf, and install the python plug-in; 2. Then configure the python environment; 3. Then create a new django project; 4. Finally configure the [debug django] environment. .
Jan 09, 2020 am 10:20 AM
Solution to the problem that vscode prompts that the chrome browser cannot be found
The solution to the vscode prompt that the chrome browser cannot be found: 1. First use the [ctrl+shift+p] shortcut key to open the command panel and enter [configure]; 2. Then click [Configure Tasks], and then click [Use Template to Create Tasks] .json] file; 3. Finally configure it.
Jan 09, 2020 am 10:02 AM
How vscode uses git to manage code
The method for vscode to use git to manage code is: 1. First install the git source code management system, configure the global settings of git, and clone the remote library; 2. Then associate vscode with git; 3. Finally, set the execution policy with administrator privileges Start the PowerShell terminal and assemble the git command.
Jan 09, 2020 am 09:47 AM
vscode sets autocomplete shortcut keys
The method for setting auto-completion shortcut keys for vscode is: 1. First open [File], [Preferences], and [Keyboard Shortcuts] in sequence; 2. Then enter [ctrl+space] in the search box to find the trigger suggestions; 3. Finally, click the [Pencil] icon to bring up the modification interface and set the required shortcuts.
Jan 09, 2020 am 09:29 AM
How to set code highlight color in vscode
How to set the code highlight color in vscode: 1. First open [File], [preferences], and [settings] in order; 2. Then enter [workbench] in the search box and click [edit in settings.json]; 3. Finally Just perform user configuration.
Jan 09, 2020 am 09:18 AM
How to install plug-ins offline in vscode
The method for offline installation of vscode plug-ins is: 1. First open the vscode plug-in market and find the required plug-in; 2. Then enter the plug-in homepage and click the [Download Extension] link; 3. Then copy the offline installation package to the bin directory; 4. Finally, open the command window and enter the installation command.
Jan 06, 2020 am 11:55 AM
How does vscode run scss files?
How to run scss files in vscode: Install the easy sass plug-in in vscode, configure it, and set easysass.compileAfterSave to true; finally, create and write the scss file, press ctrl + s, and compile and run directly.
Dec 31, 2019 pm 05:17 PM
How to upload the project to github with vscode
The method for vscode to upload projects to github is: 1. First create a new project warehouse on github; 2. Create a new folder to get the github project; 3. Then put the files that need to be uploaded into the new folder; 4. Execute Just use the [git remote add origin+address] command.
Dec 31, 2019 pm 04:08 PM
Settings for opening multiple windows in vscode
The setting method for opening multiple windows in vscode is: 1. First click [File], [Preferences], [Settings]; 2. Then open the [settings.json] file; 3. Then add [workbench.editor.showTabs: true】attribute.
Dec 31, 2019 pm 03:39 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









