需要安装的packages,通过apm install package-name来安装。
[user@localhost]$ apm install linter-swagger // 检查swagger语法错误
[user@localhost]$ apm install linter-php // 检查语法错误
[user@localhost]$ apm install autocomplete-php // php 自动补全
[user@localhost]$ apm install http-post // A simple Atom.io http-post to test RESTful API.
atom推荐的插件:
- color-picker: 拾色器
 - file-icons: 美化文件图标
 - docblockr:方便注释
 - autocomplete-plus:自动补全
 - linter:实时语法检查,保证代码语法正确性。
 - linter-csslint:CSS代码检查。
 - linter-jshint:Javascript代码检查。
 - linter-php:PHP代码检查。
 - minimap: 提供代码右侧的minimap。
 - css-snippets:CSS代码模板。
 - javascript-snippets:Javascript代码模板。
 - jquery-snippets:jQuery代码模板。
 - symfony-snippets:Symfony代码模板。
 - web-browser:网站实时预览。
 - localization:菜单汉化
 - rest-client: A simple REST client for your favorite editor!