For the past few weeks I’ve been trying out a different text editor instead of my standard Notepad++. That text editor is called “Sublime Text 2″ and let me tell you, it’s a breath of fresh air! From the word go, Sublime felt more useful to my programming and I could tell a few of the features would save me tonnes of time and increase my productivity. If you’ve never heard of it, head over to the website and try it out for yourself! If you’re as easily pleased as I am you won’t be disappointed. I saw it described somewhere as “The text editor you’ll fall in love with” and I agree with that statement wholeheartedly. Here are a few reasons why…
- It’s Beautiful with a plethora of alternate Themes to the standard white on black that can be straining at times.
- It has a tonne of programming language support. (and a large plugin base for the non standard languages)
- It’s packed with really useful keyboard short-cuts.
- It has superb find and replace functions, allowing you to change a variable in 100 different places at once.
- It has a distraction-free mode, going full screen and directing your eyes at the important parts of the screen with your code cleverly aligned in the centre.
- It allows alternate layouts including a grid of 4 files, one in each corner or 2/3 columns.
- It has a really helpful code preview on the right hand side about a thumbprint wide that overcomes any scrollbar problems by allowing you to quickly see which part of your code you are moving to.
- Full font-zoom capability allowing you to work from any distance. I.e. code using a wireless mouse and keyboard in your living room.
- Finally, it allows you to use code snippets (extremely useful!) and macros. You can even write your own scripts!
I’m sure there is a lot more about this text editor that I don’t know but for now that will do. Whatever happens, I highly recommend it…such a cool piece of software, enjoy!
Screenshot of Sublime Text 2 in action

