
-
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 make font size larger in vscode
Open the vscode development tool, select "File" >> "Preferences" >> "Settings" in the upper left corner; enter fontsize in the search box on the settings page, and enter the font size you want to set in the Editor: Font Size input box. After setting the font size, return to the vue file page. At this time, you will find that the setting is successful.
Dec 11, 2019 pm 02:31 PM
vscode how to use svn
First open vscode and click on the last icon in the left menu bar. Then enter "SVN", select the first result, click the gear icon in the lower left corner, and select "Settings". Then enter "SVN", click "Edit in settings.json", and enter the SVN bin file address.
Dec 10, 2019 pm 05:37 PM
How vscode operates scss
First install ruby, install scss through the command line command, then look for the easy sass plug-in in the vscode extension and install it. Then click "File-Preferences-Settings" in the vscode menu bar and open the settings.json global configuration file for configuration.
Dec 10, 2019 pm 05:16 PM
How to enter global search in vscode
Method 1: First open vscode, then click the "magnifying glass" icon in the left menu bar to enter global search. Method 2: First open vscode, and then press the "Ctrl+Shift+F" keys to enter the global search.
Dec 10, 2019 pm 05:06 PM
How to completely uninstall vscode editor
The method to completely uninstall the vscode editor is: 1. First open the [Applications and Programs] option on the computer; 2. Then enter keywords in the search box to find the editor; 3. Find the editor you want to uninstall and click [Uninstall] ; 4. Finally, find the editor folder in the User directory and delete this folder.
Dec 09, 2019 pm 05:12 PM
Unable to enter commands in the terminal window in vscode
The solution to the problem that commands cannot be entered in the terminal window of vscode is: 1. First, right-click the shortcut icon of [vscode] on the desktop; 2. Then open the [Compatibility] tab and check the [Run this program as administrator] option; 3. Finally, restart the [vscode] editor.
Dec 09, 2019 pm 04:58 PM
8 Top VSCode Extensions
Microsoft's VS (Visual Studio) Code is a free and open source code editor that has become increasingly popular recently. It is very lightweight and flexible while also offering a lot of powerful features. It supports most popular programming languages, including PHP, JavaScript, C++, etc.
Dec 09, 2019 am 09:47 AM
Solve the problem that the encoding in the vscode project does not recognize Chinese
The way to solve the problem that the encoding in the "vscode" project does not recognize Chinese is: first click on the character source code used to parse the current file (default is UTF-8) displayed in the lower right corner of the [vscode] interface, and then modify the attribute value in the user settings , such as: "gbk".
Dec 07, 2019 pm 06:09 PM
How to pull projects from github using vscode
The method to use "vscode" to pull the project from "github" is: first use the shortcut key "CTRL+`" or click the [View] or [Integrated Terminal] options to open the control terminal, and then use the "cd" command in the terminal to enter the storage folder, and finally use the "git clone" command to pull the project.
Dec 07, 2019 pm 05:56 PM
How to add background image in vscode
First open vscode and click the last button on the left. Then enter "background", select the plug-in, and click Install. Restart the software, click "File-Preferences-Settings" and enter "background" to set the background image.
Dec 07, 2019 pm 02:17 PM
What are the differences between sublime and vscode?
Sublime: Small in size and fast in running speed; powerful text function; supports compilation function and the output can be seen on the console; paid and closed source; no function of creating a new window. vscode: loads large files quickly; JS, HTML, etc. support highlighting and completion; free; based on Atom, but the performance is Atom-fast; does not support project loading, etc.
Dec 07, 2019 pm 01:55 PM
How to ignore errors in vscode
pylint is a plug-in that comes with python in VScode, which can help standardize and make the code beautiful. But there are some errors you don’t want to see, and you can selectively ignore them. Just add: "--disable=error code" to the user setting user_setting in the setting.json file.
Dec 07, 2019 pm 01:36 PM
Where to open vscode user settings
First open vscode, click the "Settings" button in the lower right corner, and select "Settings". Then click the "three dots" icon in the Settings interface, and in the pop-up menu, select the "Open settings.json" submenu to enter the user settings interface.
Dec 07, 2019 pm 01:27 PM
Where are the files deleted by vscode?
Files deleted by vscode will appear in the desktop recycle bin. If you accidentally delete a file and want to restore the file, you can open the recycle bin to find the file. Then right-click the file and select "Restore" to see the restored file in vscode.
Dec 07, 2019 pm 01:06 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









