
-
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 to do if vscode line breaks without indentation
The solution to the problem of vscode line wrapping not being indented: First open the vscode software; then import a file and enter the editing state; then press the shortcut key [Ctrl+M] to solve the vscode line wrapping not indenting problem.
Dec 19, 2019 am 10:39 AM
How to add header files to vscode
How to add a header file to vscode: first open the vscode software; then search for the "file-header" plug-in in the software and install it; then select "File->Preferences->Settings" and modify the configuration information; finally restart the vscode software A default file header will be generated.
Dec 19, 2019 am 10:30 AM
How vscode quickly starts scripts in project files
The method to quickly start the script in the vscode project file is: 1. First open the [File], [Preferences], and [Settings] options in sequence; 2. Then make corresponding modifications in the user settings and save the settings; 3. Finally open the script , click to run.
Dec 19, 2019 am 09:19 AM
How to change rem in vscode
How to change rem in vscode: first open the vscode software; then install the "px to rem" plug-in; then select "Settings->User Settings->Extensions" and find "px to rem"; finally press the shortcut key "ALt+Z ” can be changed to “rem”.
Dec 18, 2019 am 11:39 AM
Where is the vscode configuration file?
How to find the location of the vscode configuration file: first open the vscode software; then press the shortcut key [cmd + shift + p]; then search for [Open Raw Default Settings] in the input box; finally press Enter to find and open the vscode configuration file .
Dec 18, 2019 am 11:15 AM
How to run vscode code in cmd
How to run vscode code in cmd: First open the vscode software and click [View] in the menu; then select [Integrated Terminal] in the opened window; then you can see the open command line terminal tool at the bottom of the vscode interface ;Finally enter the code to run.
Dec 18, 2019 am 11:03 AM
What should I do if the vscode plug-in installation fails?
The vscode plug-in installation failed because of permission issues. The solution is: first open the terminal; then execute the command "sudo chown -R myuser:myuser ~ sudo chmod -R 700 ~"; then change "myuser" to the user name.
Dec 18, 2019 am 10:53 AM
What to do with vscode error reporting plug-in
The vscode error plug-in is that the connection to the server has timed out. The solution is: first enter the vscode official website; then enter the plug-in you want and click to download the plug-in package to the local; then open the vscode software and import the downloaded expansion package into the local file; Finally restart.
Dec 18, 2019 am 10:46 AM
How to install vscode vsix
How to install vscode vsix: First start the DOS window as an administrator; then change to the VS installation directory; then execute the command "I:programfiles\vx2017\common7\ide\vsixinstaller.exe".
Dec 18, 2019 am 10:39 AM
How to right-click to open vscode
How to right-click to open vscode: first install the vscode software; then create a file with the suffix ".reg"; then replace ""D:\\Microsoft VS Code\\Code.exe\"" with the path where vscode is installed. .
Dec 18, 2019 am 09:14 AM
How to use vscode to write web pages
How to write a web page with vscode: first open the vscode software; then write an HTML page; then search for "open in browser"; then click the "install" button; finally, right-click on the html page and select "open in default browse".
Dec 18, 2019 am 09:11 AM
How to import a project using vscode
How to import a project with vscode: first open vscode software and add files; then right-click the project directory and open "cmd"; then enter "cnpm i" to import dependencies; finally enter "cnpm run serve" to start the service.
Dec 18, 2019 am 09:06 AM
How to set indentation in vscode
How to set indentation in vscode: first open the vscode software and click the [File] option; then click the [First Item] option in the file interface; then enter [Indent] in the search box to search; finally modify the indentation characters size and save.
Dec 17, 2019 pm 04:58 PM
How to find files in vscode
How to find files in vscode: First open the vscode software; then press the shortcut key [ctrl+p]; then enter the file name you want to search in the input box of the pop-up window; finally click on the required file in the drop-down box.
Dec 17, 2019 pm 04:33 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









