git-control: atom 中的 git 可视化工具platformio-ide-terminal: 在 atom 直接打开 terminal
emmet: 在 atom 中使用 emmetautocomplete-paths: 自动补全路径autocomplete-modules: require/import 时自动补全模块名recent-projects: 打开最近文件夹
file-icons: 一眼看穿文件类型auto-fold: 代码自动折叠color-picker: 查看颜色pigments: 实时显示颜色activate-power-mode: 装逼必备minimap: 骚年,你还记得 sublime 右上角的预览面板吗
-
打开 Settings -> Keybingdings;
-
复制目标快捷键的配置信息,如下图所示,目标是将
ctrl + alt + o快捷键配置为打开或关闭git-control; -
打开 "keymap.cson"(ctrl + shift + p, type "open keymap");
-
粘贴配置信息至文件末尾。
我们在 Settings 的 Ignored Names 中添加的文件或文件夹并不会在左侧文件栏中隐藏,需要我们额外设置。
- 打开 Settings -> Packages;
- 找到 tree-view;
- 勾选 "Hide Ignored Names",搞定。
| 快捷键 | 功能 |
|---|---|
| ctrl + alt + o | toggle git-control |
| ctrl + shift + o | open recent-projects |
