Vue筆記:VS Code 經常使用快捷鍵

VS Code 經常使用快捷鍵

一、註釋:

  • 單行註釋:ctrl+/, 註釋後再按取消
  • 取消單行註釋:alt+shift+A 註釋後再按取消

二、移動行

  • 向上移動一行:alt+up
  • 向下移動一行:alt+down

三、顯示/隱藏左側目錄欄  

  • ctrl + b

四、複製當前行

  • 向上複製一行:shift+alt+up
  • 向下複製一行:shift+alt+down

五、刪除當前行

  • shift + ctrl + k

六、控制檯顯示隱藏

  • ctrl + ~

七、查找文件

  • ctrl + p

八、代碼格式化

  • shift + alt +f

九、新建窗口 

  • ctrl + shift + n

十、行增長縮進

  • ctrl + [

十一、行減小縮進

  • ctrl + ]

十二、關閉編輯窗口 

  • ctrl + w

1三、關閉全部窗口 

  • ctrl + k + w 

VS Code 的經常使用插件

一、Auto Rename Tag 修改 html 標籤,自動幫你完成尾部閉合標籤的同步修改,和 webstorm 同樣。javascript

二、Auto Close Tag 自動閉合HTML標籤css

四、Beautiful 格式化代碼的工具html

五、Dash Dash是 MacOS 的 API 文檔瀏覽器和代碼段管理器vue

六、Ejs Snippets ejs 代碼提示java

七、ESLint   檢查 javascript 語法錯誤與提示react

八、File Navigator 快速查找文件jquery

九、Git History (git log)   查看 git loggit

十、Gulp Snippets 寫 gulp 時用到,gulp 語法提示。web

十一、HTML CSS Support 在HTML標籤上寫class智能提示當前項目所支持的樣式vue-router

十二、HTML Snippets 超級好用且初級的H5代碼片斷以及提示

1三、Debug for Chrome 使用 vs code 來打斷點調試

1四、Document this Js 的註釋模板

1五、jQuery Code Snippets jquery 提示工具

1六、Html2jade html 模板轉 pug 模板

1七、JS-CSS-HTML Formatter 格式化

1八、Npm intellisense require 時的包提示工具

1九、Open in browser 打開默認瀏覽器

20、One Dark Theme 一個vs code的主題

2一、Path Intellisense 自動路徑補全、默認不帶這個功能

2二、Project Manager 多個項目之間快速切換的工具

2三、Pug(Jade) snippets pug 語法提示

2四、React Components 根據文件名建立反應組件代碼。

2五、React Native Tools reactNative工具類爲React Native項目提供了開發環境。

2六、Stylelint   css/sass 代碼審查

2七、Typings auto installer   安裝 vscode 的代碼提示依賴庫,基於 typtings 的

2八、View In Browser  默認瀏覽器查看HTML文件(快捷鍵Ctrl+F1能夠修改)

2九、Vscode-icons  讓 vscode 資源目錄加上圖標、必備

30、VueHelper   Vue2代碼段(包括Vue2 api、vue-router二、vuex2)

3一、Vue 2 Snippets   vue必備vue代碼提示

3二、Vue-color   vue 語法高亮主題

3三、Auto-Open Markdown Preview markdown 文件自動開啓預覽

3四、EverMonkey 印象筆記

3五、atom one dark atom 的一個高亮主題(我的推薦)


 做者:朝雨憶輕塵

出處:https://www.cnblogs.com/xifengxiaoma/ 

版權全部,歡迎轉載,轉載請註明原文做者及出處。

相關文章
相關標籤/搜索