atom怎么安装插件?常用插件分享
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教程》】
以上就是atom怎么安装插件?常用插件分享的详细内容,更多请关注www.sxiaw.com其它相关文章!