Atom

Cmd-Shift-P, Install Shell Commands

Themes

Packages

Language-Specific

Occasional

ESLint

Prettier

DO NOT INSTALL

Misc Config

editor:
  softWrap: true
tree-view:
  hideVcsIgnoredFiles: false

autocomplete-plus

Per-language config (provided by editor-settings plugin)

python.cson

tabLength: 4

“Exclude VCS Ignored Paths”: true. This prevents search from searching node_modules. At one point it was hiding folders from the tree. But on two laptops in 12/2020 it was not hiding those folders.

Search and Replace

Regex

Find: {{paper-icon "(.+)"}}
Replace: <AppIcon @icon="$1" />

In Dec 2020 replace-all with a regex match appears broken: it always uses the placeholder from the very first match. To work around, run one at a time.