插件
- atom-ctags: 代码提示及补全
- atom-runner: 可以在atom中运行脚本文件,支持多种脚本语言
- dash:将dash整合至atom
- editorconfig: 维持代码风格
- emmit:提高HTML/CSS编写速度
- file-icons: 文件图标不再单调
- git-plus: 可以在atom中完成git的所有操作
- goto-definition 跳转到定义
- highlight-selected 双击单词,代码高亮
- minimap-highlight-selected 对highlight-selected封装,向sublime一样具有源码导航
- minimap-plus 源码预览
- rails-snippets 在项目中加入自定义rails片段
- better-git-blame 在atom中更好地显示 git-blame
- intentions 显示意图
- formatter 格式化
- markdown-preview-plus makedown插件
修改registry到淘宝npm镜像
apm config set registry https://registry.npm.taobao.org
如果需要删除该镜像设置,使用:
apm config delete registry