
-
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 choose a browser for vscode
How to choose a browser for vscode: First import the html file into the VsCode software; then enter "Open In browse" in the input box and click to install; then right-click with the mouse; finally open the "Open In default browse" option to select browser.
Feb 03, 2020 pm 03:27 PM
What does git in vscode do?
Git is an advanced distributed version control system used to manage code. Usually operations in git require manual input of commands. Git in vscode allows us to complete these operations with just a click of a button.
Feb 03, 2020 pm 03:23 PM
How to change the background in vscode
How to change the background of vscode: first open the vscode software; then download the plug-in "background" from the store; then open the "setting.json" file and add the code as ""background.customImages": ["file:///D:]" That’s it.
Feb 03, 2020 pm 02:56 PM
How to change vscode to Chinese interface
How to change the Chinese interface of vscode: first download and install the vscode software; then press the shortcut key "Ctrl + Shift + P" to open the command palette; then open the "locale.json" file and change "en" to "zh-CN" ; Finally, search for the language pack and click to install.
Feb 03, 2020 pm 02:30 PM
What to do if mac vscode sets Chinese garbled characters
The solution to Chinese garbled settings in mac vscode: first use the shortcut key "Ctrl+Shift+P" to open the command; then search for "Configure Display Language"; then change the "en" in it to "zh-CN"; finally restart vscode. Can.
Feb 03, 2020 am 10:12 AM
23 commonly used VSCode shortcut keys (animation demonstration)
Although there are many shortcuts in VS Code that we use regularly, there is a chance that we may forget about them. Here are some GIFs made with visualization to remember them better, hope it helps.
Jan 17, 2020 am 10:06 AM
How to modify vscode template
Method to modify the vscode template: 1. Open the vscode installation directory and find the expand-full.js file. 2. Open the expand-full.js file, and you can modify the template in this file.
Jan 15, 2020 pm 04:37 PM
How to preset code with vscode
How to preset code in vscode: 1. Select "File" - "Preferences" - "User Code Snippet" in the menu bar. 2. Select which type of file you want to apply this code block to. 3. Then configure a json file, in which the code can be preset.
Jan 15, 2020 pm 04:25 PM
How to bring up an external browser in vscode
How to call up an external browser in vscode: 1. First open the [View] option; 2. Then click [extension] and search [browser]; 3. Finally install the [open in browser] extension and click [open in default browser]. Can.
Jan 15, 2020 pm 04:11 PM
How to preview web pages in vscode
How to preview a web page in vscode: Search and install the "view in browser" plug-in in vscode's "Extensions", then right-click the HTML file you want to preview in the resource manager, and select the view in browser command to preview in the browser Web page.
Jan 14, 2020 pm 02:44 PM
How to check vscode installed plug-ins
How to view the installed plug-ins in vscode: Click the extension button in the sidebar in vscode, and then enter @installed in the search bar that appears to view the installed plug-ins.
Jan 14, 2020 pm 02:29 PM
How to preview web pages in vscode
How to preview a web page in vscode: First open the vscode software and find "Extensions" to enter the plug-in installation; then enter "Live Server" in the search box and select installation; then create a new workspace and create an HTML file; finally open the browser to preview Web page.
Jan 14, 2020 am 11:05 AM
What should I do if vscode shows that it is not supported?
The reason why vscode is not supported is due to the installed third-party plug-in. The solution: first open the vscode software; then find the "background" plug-in and delete it.
Jan 14, 2020 am 10:25 AM
What should I do if vscode cannot associate the code?
The solution to the problem that vscode cannot be associated: First open the vscode software; then select "Tools->Options->Text Editor->C/C++ -->Advanced" in the menu bar; finally change "Disable IntelliSense" to "False" "That's it.
Jan 14, 2020 am 10:20 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









