Mosab | مُصْعَب

My Sublime Text 2 Setup

I have been suffering for a while with IDEs, and ventured out to see what options do I have. I ended up using mainly Vim and Sublime for a long while now, and my life was never easier and I was never happier! In this post however I am talking about my Sublime Text Setup.

  1. Package Control {#1-package-control}

You don’t know what sublime is really capable of until you install the “Package Control”.

The website describes it as:

A full-featured package manager that helps discovering, installing, updating and removing packages for Sublime Text 2. It features an automatic upgrader and supports GitHub, Bitbucket and a full channel/repository system.

If you are using Sublime and not using it, STOP READING & NOW GO INSTALL IT! After that go have a look how to use it.

  1. The packages I use {#2-the-packages-i-use}

I have a list of awesome packages I use:

To install any of these packages -after installing the Package Control- press ctrl+shift+p then type install package. A list will appear with all available packages to your, just click on the package you want and voila!

I highly recommend you watch this video on Youtube : Perfect Workflow in Sublime Text 2. It might seem very long, but it is actually divided into 10 minutes chunks -more or less- and it is one of the best resources I have seen about Sublime.

Happy hacking/coding with Sublime :)

#Sublime #IDE