On this page I tell about how to configure Atom editor to work in Mac OS X Yosemite (10.10).
Atom works on top of node.js. Install node.js via brew:
brew install node
Download installation package for Atom editor and install it. Now you can run Atom!
I worked a lot with Sublime Text editor. Now I try to get back all good sides of Sublime Text to Atom editor.
Open Aom, click on Atom near Apple logo and select Preferences. In left side select Packages
and search next list of packages. Press Install
button near found package.
- project-manager - sidebar to control projects
- linter - validate your code to avoid errors
- linter-pep8 - PEP8 for Python
- linter-pylint - check python code
- linter-jshint - validate JavaScript
- linter-jsonlint - lint JSON
- linter-csslint - lint CSS
- autocomplete-plus - autocompletion
- git-plus - use Git in Atom from keyboard