atom怎么安裝插件?下面本篇文章給大家介紹一下atom中安裝插件的方式,以及分享一些常用插件,希望對大家有所幫助!
安裝方式
1、在C盤用戶文件夾下,找到 .atom/packages 文件夾。
2、在該文件夾下通過git拉取對應插件代碼。
3、在插件文件內打開 cmd,運行 npm 或其他包管理器安裝命令。【相關推薦:atom】
插件
1、activate-power-mode
一個改善編程體驗的小工具
github地址:https://github.com/JJack27/activate-power-mode.git.
2、atom-simplified-chinese-menu
中文語言包
github地址:https://github.com/chinakids/atom-simplified-chinese-menu.git.
3、atom-vue
vue語法識別
github地址:https://github.com/hedefalk/atom-vue.git
4、language-stylus
stylus 語法支持
github地址:https://github.com/matthojo/language-stylus.git
5、 minimap
代碼小地圖
github地址:https://github.com/atom-minimap/minimap.git
6、atom-beautify
代碼美化
github地址:https://github.com/Glavin001/atom-beautify.git
【相關推薦:《atom》】
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END