atom插件

1.lint

识别多门语言的错误,但是不细致,属于主插件
linter-jshint , for JavaScript and JSON, using jshint
linter-coffeelint , for CoffeeScript, using coffeelint
linter-tslint, for Typescript, using tslint
linter-php, for PHP using php -l
linter-pylint, for Python, using pylint
linter-scss-lint , for SASS/SCSS, using scss-lint
linter-less , for LESS, using less
linter-csslint , for CSS, using csslint
linter-stylint, for Stylus, using stylint
linter-stylus, for Stylus, using stylus
这里写图片描述

2.autoprefixer

用来补充css前缀的,会自动生成多个浏览器的前缀

3.美化插件

file-icons — 增加许多图标,在侧边蓝文件名前面的icon,,很赞
filetype-color — amazing,,在标签栏不同格式文件显示不同的颜色的标题,支持二度设置

4.注释插件

这里写图片描述

5.看我安装的包

atom插件_第1张图片

你可能感兴趣的:(插件,ATOM)