- MagicPython
- atom-beautify
- bracket-colorizer
- linter-eslint
- linter-pycodestyle - also requires you to install
pycodestyle
python -m pip install pycodestyle --userI use an 89 character line length and ignore these error codes:
W191, E128, E117
- linter-json-lint
- project-manager I find this one to be essential for working with multiple benches
- teletype Great for pair programming/ debug
- todo