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

How to quickly create a new HTML page in vscode
How to quickly create an html page in vscode: first open the vscode software; then create a new html file; then install the "open in browsers" plug-in; finally press the shortcut key "alt+b" to run the html file to view the html page effect.
Apr 03, 2020 am 09:11 AM
vscode tab is equivalent to several spaces
In my vscode, tab is equivalent to 2 spaces. The space for the table key indentation in vscode can be set by yourself. We can see the space for the table key indentation in the status bar at the bottom of the vscode interface.
Apr 02, 2020 am 11:20 AM
How to run code in vscode
How to run code in vscode: 1. Open the command panel and run "Run active file in active terminal" to run the code in the integrated terminal. 2. Select a piece of code, open the command panel, and then run "Run selected text in active terminal" to run the selected code.
Apr 02, 2020 am 10:59 AM
What does vscode do?
vscode is a lightweight code editor from Microsoft. The functions of vscode are: 1. Code formatting; 2. Intelligent code prompt completion; 3. Provide a variety of plug-ins; 4. Syntax highlighting; 5. Customizable Hot key binding; 6. Collection of code snippets; 7. Support for Git out-of-the-box use, etc.
Apr 02, 2020 am 10:36 AM
Can vscode write c programs?
vscode can write c programs. How to write c programs with vscode: first download "MinGW" and install it to the D drive; then click "System and Installation->System->Advanced System Settings->Environment Variables"; then install the installed Paste the MinGW bin folder path into "Path"; finally enable debugging.
Apr 02, 2020 am 10:29 AM
What to do if vscode sass compilation error occurs
Solution to vscode sass compilation error: first install "easy sass" in vscode; then modify the configuration of vscode; then create two new folders in the folder, one "sass" and one "css"; finally press "ctrl" +s" to compile directly.
Apr 02, 2020 am 10:21 AM
How to double-open windows in vscode
How to double-open vscode: first open the vscode software; then click [File] in the menu bar and select [Add Folder to Workspace]; then add related project folders to the workspace; finally, click directly in the software The shortcut key "Ctrl+Shift+N" will open a new window.
Apr 02, 2020 am 10:14 AM
What should I do if VScode cannot connect to native MSSQL?
Solution for VScode unable to connect to native MSSQL: First, type "mssql" in the "Extensions" pane; then select the "SQL Server (mssql)" extension to install; then open the "Command Panel"; and finally select from the drop-down list Just "MS SQL: Connect".
Apr 02, 2020 am 10:08 AM
How to open pdf file with vscode
How to open a PDF file with vscode: First, click the "Extension" icon in the left menu of vscode; then enter the "pdf" keyword in the search box of the extension interface; then select the "vscode-pdf" extension from the search results; and finally click Just "install".
Apr 02, 2020 am 09:59 AM
What to do if vscode utf-8 Chinese garbled characters
The solution to vscode UTF-8 Chinese garbled code: first open the vscode software; then click the encoding [UTF-8] button in the lower right corner of the interface; then select "Operation" and reopen it through encoding; finally, search for and Just refresh the character encoding.
Apr 02, 2020 am 09:42 AM
How to run a program in vscode
How to run the program in vscode: first open the vscode software and click the square button; then enter "Code Runner" and click "Install"; then enter "Language support for java" and click install; finally right-click and select "Run Code" Runnable.
Apr 02, 2020 am 09:35 AM
How to delete vscode installed with one click
How to delete the one-click installed vscode: first press the "windows" key and the "x" key to open the menu bar, select "Applications and Programs"; then enter the "visual studio" keyword in the search box and press Enter; finally find vscode Click Uninstall and delete the directory of expansion files.
Apr 02, 2020 am 09:31 AM
What should I do if vscode suddenly cannot be used?
The solution to the sudden unavailability of vscode: first press the "window+R" key to bring up the run; then enter "cmd" and press the Enter key; then enter the command "netsh winsock reset" and execute it; finally reset the "Winsock" directory and Double-click the "vscode" software to open and use it normally.
Apr 02, 2020 am 09:27 AM
Why can't vscode draw pictures?
The solution to the problem that vscode cannot draw pictures: first install the "Markdown Preview Enhanced" plug-in; then right-click on the "md" file content; then install "puppeteer"; and finally select "Chrome (Puppeteer) > PNG".
Apr 02, 2020 am 09:23 AM
Hot tools Tags

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

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
