Atom

1、配置镜像

默认package源不可用,翻不翻 墙都卡- 换源 [下面所有步骤不要打开Atom]

$ powershell
$ apm config set registry https://registry.npm.taobao.org

2、若没安装过node.js 去装一下

https://nodejs.org/en/

3、实在不行,手动安装

https://atom.io/packages   # 搜索需要插件 [ 前面换源提不了此处的速度,还是翻一下 ]

Repo
1/ 用git装
先装个git,然后 cd + 空格 + C:Users用户名.atompackages
找到插件的Clone with HTTPS地址,然后回到命令行 输入: git clone+插件地址
进入插件目录: cd + 空格 +C:Users用户名.atompackages插件文件名(以github为准)
回车后,再次输入npm install

2/ Download ZIP`解压到`C:Users用户名.atompackages
管理员身份启动CMD,并进入到 activate-power-mode 插件 文件夹,输入命令 “ npm install ”。

4、web类

代码补全

>[emmet](https://github.com/emmetio/emmet-atom)

取色器

>[color-picker](https://github.com/thomaslindstrom/color-picker)

图标美化

>[atom-file-icons](https://github.com/donovanhiland/atom-file-icons) [file-icons](https://github.com/file-icons/atom)

快捷代码注释

>[docblockr](https://github.com/nikhilkalige/docblockr)

高亮选中

>[highlight-selected](https://github.com/richrace/highlight-selected)

Linters代码检查

>[atom-csslint](https://github.com/tcarlsen/atom-csslint) [atom-jshint](https://github.com/sindresorhus/atom-jshint)

Markdown Preview

>[Markdown Preview Plus](https://github.com/atom-community/markdown-preview-plus)

同步首尾标签

>[double-tag](https://atom.io/packages/double-tag)

HTML同步预览

>[Atom Html Preview](https://github.com/harmsk/atom-html-preview)

在浏览器打开Html

>[Open In Browsers](https://github.com/skandasoft/open-in-browsers)

Atom汉化

>[atom-simplified-chinese-menu](https://github.com/chinakids/atom-simplified-chinese-menu)

代码颜色可视化

>[Pigments](https://github.com/abe33/atom-pigments)

https://www.jianshu.com/p/eac1879cb2e9

原文地址:https://www.cnblogs.com/deepblue775737449/p/9762136.html