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 "xxx@xxx.com"

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 右键 - 探索

最新文章

  1. 行为型模式之Template Method模式
  2. GoLang 通过http Post获取数据
  3. android 短信助手demo
  4. nagios 自定义插件demo
  5. unity3d 赛车游戏——复位点检测优化、反向检测、圈数检测、赛道长度计算
  6. HTML文件结构
  7. Java多线程初学者指南(11):使用Synchronized块同步方法
  8. 将16进制颜色转换成UIColor-ios
  9. HTML中鼠标滚轮事件onmousewheel处理
  10. JUC中AQS简介
  11. 第四周博客作业<西北师范大学|李晓婷>
  12. MySQL 支持的数据类型
  13. Django--filter(**kwargs)
  14. 神州数码广域网PPP封装PAP认证配置
  15. tomcat内存溢出问题记录
  16. 动态改变APP图标
  17. 统计代码执行时间,使用Stopwatch和UserProcessorTime的区别
  18. Python之元类详解
  19. golang http.Redirect()函数容易误解的地方
  20. 前端基础(jQuery)

热门文章

  1. django 表单常用field
  2. darknet中的若干问题
  3. C/C++宏定义交换两个值
  4. A>B等CSS选择器
  5. 如何 使用vim的 session和viminfo 恢复上一次工作的环境??
  6. UVA 10382 Watering Grass(区间覆盖,贪心)题解
  7. SSM到Spring Boot从零开发校园商铺平台
  8. String comparison is too slow in R language
  9. 深度学习课程笔记(十六)Recursive Neural Network
  10. (转)Awesome Knowledge Distillation