Sublime Text used to be my goto editor on Mac for years now, however there were some things I didn’t like about it. It is fast and works well. There are some downsides however; it’s paid software (to be fair, you can evaluate it forever if you’d want), the price however for a real license is $70 which always prevented me from buying (bit too pricey for what it is). At the moment Sublime Text isn’t very actively maintained and doesn’t have native package support. It is possible to install packages and there are plenty of them available but they tend to stop working randomly as a result from conflicts with other packages and updates. It just doesn’t feel as good as it should anymore.
Enter Atom; Atom is a text editor that’s modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file. Having gotten in touch with Atom because of it being the core of the excellent Particle Dev environment that we use in the LightSaga development and it’s star role as the editor in which the Api Workbench (for RAML) plugin runs I’ve been using it as my main editor the last months and I’ve been very happy with my experience. While it was missing some features in its core set of packages that I’ve come to love from Sublime Text, I was able to find a community package for any of those features that filled my need.
Some of my favorite packages include:
sublime-style-column-slection
Enable Sublime style ‘Column Selection’. Just hold ‘alt’ while you select, or select using your middle mouse button. Also similar to Texmate’s ‘Multiple Carets’, or BBEdit’s ‘Block Select’
file-icons
Assign file extension icons and colours for improved visual grepping. A number of icons and colours are provided by default for a range of common file types. If you have file that you would like custom icons for you can easily add this yourself.
highlight-line
Highlights the current line in the editor; really simple.
hightlight-selected
Highlights the current word selected when double clicking throughout the open file.
minimap
A preview of the full source code. A lot of extra plugins to extend the functionality of the minimap are also available; such as Highlight Selected, Pigments and many more.
pigments
Pigments will scan source files in your project directories looking for colors and will build a palette with all of them. Then for each opened file, it will use the palette to evaluate the value of a given color. The legible source paths can be defined through various settings either at the global or per project level.
Pigments supports out of the box most of the color transformations functions and expressions of the three biggest CSS pre-processors out there, namely LESS, Sass and Stylus. However, it doesn’t mean pigments is able to parse and understand all of these languages constructs.
Install platformio-ide for esp8266 development. It’s awesome!
Looks awesome! Will definitely try that over the weekend, was using the Sming docker for ESP8266 till now. Remember that a year ago you had to compile the whole SDK yourself and pray your project didn’t break? They came far in a year!