不知不觉折腾 Atom 已经两个星期了,主要被他漂亮简介的主题所吸引,还有会震动的效果。
下面我详细介绍下我的 Atom 插件配置和说明
Community Packages (19) C:\Users\Slagga\.atom\packages ├── activate-power-mode@2.0.0 ├── atom-autocomplete-php@0.25.6 ├── atom-beautify@0.29.26 ├── atom-file-types@0.5.5 ├── atom-goto-definition@1.3.3 ├── atom-php-cs-fixer@4.1.0 ├── atom-quick-highlight@0.10.0 ├── autocomplete-paths@1.0.5 ├── busy-signal@1.4.3 ├── emmet-atom@2.4.3 ├── file-type-icons@1.3.4 ├── goto@1.8.3 ├── intentions@1.1.2 ├── linter@2.1.4 ├── linter-php@1.3.2 ├── minimap@4.28.2 ├── minimap-find-and-replace@4.5.2 └── php-class-tree@1.0.0
activate-power-mode 代码震动效果,六的一笔。
atom-autocomplete-php PHP 代码自动补全。
atom-beautify 漂亮的代码,用来格式化代码格式。
atom-file-types 文档树中标记文件类型。
atom-goto-definition 跳转到定义。
atom-php-cs-fixer 格式化 PHP 代码。
atom-quick-highlight 代码高亮。
busy-signal 忙碌的符号。
autocomplete-paths 自动补全地址路径。
emmet-atom 这款插件是用来支持 zend-coding,Emmet 的前身是大名鼎鼎的 Zen coding,如果你从事 Web 前端开发的话,对该插件一定不会陌生。它使用仿 CSS 选择器的语法来生成代码,大大提高了 HTML/CSS 代码编写的速度。
file-type-icons 文件图标。
intentions 用于显示 Atom 中的意图的基本包。
linter 语法检查。
linter-php PHP 语法语句错误检查。
minimap 右侧 代码小地图。
minimap-find-and-replace 查找和替换小地图。