
-
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 vscode automatically generates function comments and file header comments
The method for "vscode" to automatically generate function comments and file header comments is: first install the plug-in "KoroFileHeader", then click the [Settings] button, enter "fileheader", then select the file header comment or function comment, in the "json" file Edit, then save the settings and restart.
Dec 06, 2019 pm 04:59 PM
What is vscode eslint?
ESlint is a tool used to unify JavaScript code style. It does not include css, html, etc. You can configure it to format js every time you save it, but it only formats a little bit each time you save it. You have to hold down Ctrl+S several times. , then the format is good.
Dec 06, 2019 pm 04:47 PM
How to open the console and switch layout in vscode
The method to open the console and switch layouts in "vscode" is: first click the [View] option, then select the [Integrated Terminal] or [Debug Console] option to open the control panel, and then select [View] option Switch editor layout] option to switch the layout.
Dec 06, 2019 pm 04:44 PM
How to automatically complete vscode
vscode auto-completion uses typings, which can be installed through npm install typings --global. In the code editing area, enter "CTRL+SPACE (default shortcut key)" to get a prompt.
Dec 06, 2019 pm 04:33 PM
How to wrap vscode
First open vscode, click "Preferences" in "File", then click "Settings" and find "editor.wordWrap". Then set "editor.wordWrap" to "on".
Dec 06, 2019 pm 04:16 PM
How to use ts in vscode
First open the command line and enter npm i -g typescript to install TS globally. Then enter tsc -init for initialization. The tsconfig.json file will appear. Open the file to set it. Enter the code to open vscode and enter the directory.
Dec 06, 2019 pm 03:51 PM
How to delete files in vscode
First open vscode and select an item to be deleted. Then click "File" and select "Close Folder" in the drop-down menu bar to delete the file.
Dec 06, 2019 pm 03:28 PM
How to get cmd in vscode
Method 1: First open vscode, then click "View (V)" to see the command line terminal. Method 2: First open vscode, then press the "Ctrl+`" keys to open the command line terminal.
Dec 06, 2019 pm 03:13 PM
How to solve vscode garbled characters
Open vscode and click the encoding button in the lower right corner. Then select Actions and reopen via encoding. Then look for GB2312 in the supported encoding list and click on it. Just refresh it at the end.
Dec 06, 2019 pm 03:02 PM
How to create a vscode project
First create an empty folder, then open vscode, click "File", select "Open Folder" in the drop-down menu bar, and select the created empty folder. Then press Ctrl+Shift+P, enter task, click the first option, and then select "Others" to automatically generate the configuration file.
Dec 06, 2019 pm 02:07 PM
What should I do if the vscode toolbar is missing?
First find the configuration file: settings.json, and then set "workbench.activityBar.visible": true to true.
Dec 06, 2019 pm 01:50 PM
How to change font size in vscode
First open vscode, click "File", select "Preferences" in the drop-down menu bar, and click "Settings". Then enter "fontsize" in the search bar on the settings page, and enter the font size to be set in the input box of Editor: Font Size.
Dec 06, 2019 pm 01:39 PM
How to view the history of the current file in vscode
vscode can view the history of the current file through the Local History plug-in. First download the plug-in, then restart vscode. Each modification will generate a .history directory in the root directory, which contains modification records. Click "compare" to compare the modification records.
Dec 06, 2019 pm 01:24 PM
What should I do if vscode cannot connect to the extension store?
First open vscode, click "File-Preferences-Settings", then expand "Applications" in "User Settings" and select "Proxy Server". Add: http://127.0.0.1:8080, that’s it.
Dec 06, 2019 pm 01:14 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









