Atom 编辑器,不能带你装 X, 但至少可以带你飞。
Atom: the missing editor you've always wanted.
小技巧 ~ 关于 Atom 的同步功能
Atom 安装完会提供apm
~ Atom Package Manager命令。
不要忘记在atom.io上 star 自己常用的 theme 和 package, 这样换电脑或者重装之后只要apm stars --install
就可以一步安装了。
一些常用的 package
- autocomplete-plus 顾名思义。
- atom-lint 风格指导。
- ask-stack 帮你快速从 Stack Overflow 搬运代码。
- rest-client 在编辑器中进行 API 请求测试。
- merge-conflicts使用 Atom 解决代码冲突
- minimap代码预览
- web-view 偷偷摸摸在 Atom 里上网
- ......................................................
Have a try.
Good luck have fun.