You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/editor-plugins.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,44 @@
2
2
3
3
Our favorite plugins and add-ons that make us happier and more productive.
4
4
5
+
## Atom Editor
6
+
7
+
If you use the [Atom editor](https://www.atom.io), below plugins are useful. You can install them individually with `apm install <package>` or copy the entire list into a file (e.g. `package-list.txt`) and use `apm install --packages-file package-list.txt`.
8
+
9
+
Get information about packages on https://atom.io/packages/.
10
+
11
+
#### Language support and formatting/linting
12
+
- atom-jade@0.3.0
13
+
- atom-jsfmt@0.8.3
14
+
- docblockr@0.7.3
15
+
- language-javascript-jsx@0.3.7
16
+
- linter@1.8.1
17
+
- linter-eslint@3.1.1
18
+
- linter-python-pep8@0.2.0
19
+
20
+
#### Editor Behavior
21
+
- Sublime-Style-Column-Selection@1.3.0
22
+
- minimap@4.13.4
23
+
- pretty-json@0.4.1
24
+
- regex-railroad-diagram@0.10.3
25
+
- pigments@0.15.0
26
+
27
+
#### Editor Styles, Look & Feel
28
+
- file-icons@1.6.9
29
+
- afterglow-monokai-syntax@1.3.3
30
+
- blackboard@1.0.0
31
+
- cobalt@0.3.0
32
+
- seti-ui@0.8.0
33
+
34
+
#### Other useful stuff
35
+
- dash@1.3.2
36
+
- gist-it@0.8.0
37
+
- git-plus@5.4.7
38
+
- merge-conflicts@1.3.6
39
+
- mocha-test-runner@0.4.4
40
+
41
+
42
+
5
43
## Sublime Text 2/3
6
44
7
45
If you use Sublime Text as your editor, you may find these plugins from [Sublime Package Control](https://packagecontrol.io/installation) useful:
0 commit comments