
-
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 create a C language project with vscode
The method for vscode to create a C language project is: 1. First download the c/c++ plug-in; 2. Then create an empty folder and press F5 to generate the launch.json file; 3. Then create tasks.json; 4. Finally write hello .cpp files.
Feb 11, 2020 am 11:32 AM
How to create and run python program with vscode
The method for vscode to create and run a python program is: 1. First open the extension store; 2. Then search for python and install the plug-in; 3. Then create a new file, select the language version as python, and edit the python code; 4. Finally, right-click the file , select [run code].
Feb 11, 2020 am 11:18 AM
How to restore default theme in vscode
The method for vscode to restore the default theme is: 1. First open the file, preferences, and color theme options in sequence; 2. Then click to enter the color theme interface and select the [Dark (Visual Studio)] theme to restore the default theme.
Feb 10, 2020 pm 05:52 PM
How to use relative paths in vscode
How to use relative paths in vscode: 1. Fill in the relative path based on the .vscode path; 2. Modify the launch.json file and add the code "cwd":"${fileDirname}" to the configurations.
Feb 10, 2020 pm 05:51 PM
vscode right click cannot run html page
The solution to the problem that the html page cannot be run by right-clicking vscode is: 1. First check whether the code text type matches the language of the current file, such as html; 2. If the language type does not match, change the text type to html.
Feb 10, 2020 pm 05:45 PM
How to run python code with vscode
How to run python code in vscode: first press ctrl+shift+b to open the input box; then click "Generate Tasks", "Create Tasks File", and "Run External Commands" in sequence; finally replace the commands in the tasks file with python commands That’s it.
Feb 10, 2020 pm 05:40 PM
The status bar at the bottom of vscode does not display
The solution to the problem that the status bar at the bottom of vscode is not displayed is: 1. First click the tool option in the menu bar; 2. Then click [Options], switch to the [General] tab, and check the [Show Status Bar] option; 3. Finally click OK.
Feb 10, 2020 pm 05:34 PM
How to use VSCode TODO
How to use VSCode TODO: First add a comment "/*TODO: Here is the unfinished function*/" in the code; then install the Todo Tree plug-in, which will display all TODOs in the source code in a tree shape for our convenience position.
Feb 10, 2020 pm 05:28 PM
Vscode cannot select spliced words by double-clicking
The solution to the problem that the spliced word cannot be selected by double-clicking vscode is: 1. First open the settings; 2. Then comment the code ["editor.wordSeparators": "`~!@#$%^&*()-=+[{]} \\|;:'\",.<>/?"] That's it.
Feb 10, 2020 pm 05:26 PM
What should I do if vscode cannot jump to the definition?
The solution to the problem that vscode cannot jump to the definition is: 1. First open the settings.json file; 2. Then add code, such as ["python.jediEnabled": false]. If you open c/c++ code, you need to install c/ c++ plugin.
Feb 10, 2020 pm 05:17 PM
In which year was vscode released by Microsoft?
VsCode is a free and open source modern lightweight code editor released by Microsoft in 2015. Its full name is [Visual Studio Code]. We can choose the corresponding installation file according to the operating system we use on the vscode official website.
Feb 10, 2020 pm 05:09 PM
How to install vscode on intranet
The method to install vscode on the intranet is: 1. First install vscode on the external network machine; 2. Then enter the installation directory in the file explorer; 3. Finally, open C:\Users\users in the file explorer. Name, copy vscode to a USB flash drive, and copy it to the same location on the intranet computer.
Feb 10, 2020 pm 05:01 PM
How to run vscode using terminal
How to run vscode using the terminal: first open vscode, press shift+command+p to open the command panel; then enter Install 'code' command in PATH and execute it; finally open the computer's terminal and enter code to open vscode.
Feb 10, 2020 pm 05:00 PM
How to write a web page using vscode
The method of writing web pages with vscode is: 1. First create a new file and change the file to HTML format; 2. Then enter [!] and use the Tab key to complete it to quickly generate html code; 3. Finally, install the chrome plug-in. Just view the html page in the chrome browser.
Feb 10, 2020 pm 04:50 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









