Using the Atom Editor with Scala - Underscore
If the IDE or editor you're using for Scala isn't working for you, or you want a change of scenery, try another tool. It's easy to switch. This post looks at Atom.
Inside Underscore there's a mix of developer tools. Emacs, vim, Sublime Text, Eclipse, and IDEA all get used. I use Atom.
Atom is GitHub's "hackable text editor for the 21st century". The appeal for me is:
- a good text editor that feels like Sublime Text;
- open source, cross platform, and yes, hackable with web technologies;
- good selection of plugins; and
- the start of Scala type inspection, code completion, and click-to-source code navigation via Ensime.
Read full article from Using the Atom Editor with Scala - Underscore
No comments:
Post a Comment