vscode 常用扩展推荐

1.扩展推荐

Beautify    Beautify code in place for VS Code

CSS Formatter     Formatter for CSS

ESLint    Integrates ESLint JavaScript into VS Code

GitLens — Git supercharged     Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate an

HTMLHint   VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML

Markdown All in One     All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)

# git 基本操作介绍

## Git 全局设置

> git config --global user.name "xxx"  
> git config --global user.email "[email protected]"
View Code

minify    Minify for VS Code. Minify with command, and (optionally) re-minify on save.

SVN   Integrated Subversion source control

Vetur  Vue tooling for VS Code

vscode-icons   Icons for Visual Studio Code

2.常用快捷键

2.1 命令行

ctrl + p  -  > markdown( command )

ctrl + shift + p  -  markdown( command )

2.2  开启终端

ctrl + ~

2.3 查找

ctrl + f

2.4 右键 - 探索

 

 

 

 

 

 

 

 

 

 

猜你喜欢

转载自www.cnblogs.com/justSmile2/p/10442501.html