VSCode

113 阅读1分钟

VSCode Keyboard Shortcuts

  • Go to file: Ctrl + P
  • Insert Line Below:Ctrl + Enter
  • Toggle Line Comment:Ctrl + /
  • Add Cursor Above:Ctrl + Alt + UpArrow
  • cursorWordLeftSelect:Ctrl + Alt + LeftArrow
  • Toggle Terminal: Ctrl + `

VSCode Extensions

VSCode Basical Extensions

插件名称插件作用
GitHub Theme暗黑主题,选择GitHub Dark Default
vscode-icons替换成好认的图标
indent-rainbowMakes indentation easier to read(交替四种颜色,错了变红)
IndenticatorHighlights your current indent depth
Code Spell CheckerSpelling checker for source code
驼峰翻译助手中文一键翻译转换成常用大小驼峰等格式
Project ManagerEasily switch between projects
Markdown All in OneAll you need to write Markdown
GitLens — Git supercharged相比于VSCode内置Git工具,增加了stashes、tags、branches、remotes、contributors, 更加容易操作
Git GraphView a Git Graph of your repository, and easily perform Git actions from the graph

VSCode Front-End extensions

插件名称插件作用
Live ServerLaunch a development local Server with live reload feature for static & dynamic pages
Auto Rename TagAuto rename paired HTML/XML tag
Auto Close TagAutomatically add HTML/XML close tag
Image preview光标悬浮在图片路径上时,显示图片预览
CSS PeekAllow peeking to css ID and class strings as definitions from html files to respective CSS
VeturSyntax highlighting
Vue 3 SnippetsA Vue.js 3 And Vue.js 2 Code Snippets Extension
ESLint代码质量校验工具