forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Atom tools
david buckley edited this page Jul 7, 2017
·
2 revisions
The following are useful plugins for Atom, which seems to be the defacto editor for the project. In no particular order :
- auto-detect-indentation - does what it says on the tin
- file-icons - makes it easier to see what files are what
- goto-definition - jump to the place something is defined
- highlight-line - highlights the line that the cursor is on
- highlight-selected - highlight the same word throughout the document
- linter-eslint - linter to ensure you don't do something daft and fail tests
- platformio-ide-terminal - open a terminal window in atom so you don't have to juggle more applications
- colorblind-wombat-dark-syntax - better contrast dark theme for the colour blind cough
- editorconfig - auto config your editor based on the setting provided in .editorconfig (really handy for making sure everyone works to the same settings)