Tuesday, December 11, 2012

Packages in Sublime Text

If I am not working on Eclipse or IntelliJ IDEA, I will be grokking on Sublime Text 2. Its a wonderful text editor and in fact it's more than a text editor. Unlimited trial period, multiple cursors, easy customization, etc are its main USPs.

There are a number of blogposts which explain why / how Sublime Text is good. Two of them are from NetTuts. Follow them and see how simple and easy it is to configure and personalize Sublime as per your requirements:
If you have followed the above articles, you would know that the first thing you do after installing Sublime Text is, install Package Control and its all simple from there to install other packages.

Following is the list of packages I have right now which are very useful for my work.
First install Package Control and then search for the required packages in Package Control for installation, that's all you have to do.
Anaconda -- Turns ST into a full featured Python IDE.
Case Conversion -- Case conversion plugin (pascal, camel, snake).
ColorPicker -- Color Picker plugin.
DocBlockr -- Simplifies writing DocBlock comments in various languages.
Golang Build -- Official Sublime Text package for Go build system integration.
GoSublime -- Golang plugin collection.
Javatar -- Java Completions.
Markdown Preview -- Markdown Preview.
Package Control -- A comprehensive Package Manager.
PlainTasks -- ToDo list plugin.
Pretty JSON -- Prettify JSON.
Revert All Files -- To revert all unsaved files to their last saved state.
Scala Syntax -- Syntax file for Scala.
ScalaFormat -- Scala code formatter.
ScalaWorksheet -- Worksheet functionality for Scala.
Schemr -- To quickly change color scheme.
SideBarEnhancements -- Enhancements to Sidebar for files and folders.
SublimeHighlight -- For exporting highlighted code as RTF or HTML.
SublimeREPL -- Run an interpreter inside ST (useful for Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell, etc).
Tabright -- To create new tabs on the right.
Terminal -- Launch terminals from the current file or the root project folder in ST.
Theme - Flatland -- Minimal theme for ST [built on top of Theme - Soda].
Theme - Soda -- Dark and light custom UI Themes for ST.
Theme - Soda SolarizedDark -- Dark and light custom UI Themes for ST [forked from Theme - Soda].
Themr -- To quickly change ST UI theme.
Misc:
Dayle Rees Color Schemes -- ST Themes by Dayle Rees.
Theme - Acqua -- ST theme to match the native OS X App Kit and ProKit themes.
Theme - Refined -- ST theme forked from the Acqua Theme.
Tomorrow Color Schemes -- Tomorrow Color Schemes for ST.
In a future post, I will add my User Settings of Sublime Text.


Update on 05th April, 2015: After a fair bit of time here, I have moved on to GitHub hosted Octopress blogs. Please find me on http://P7h.org henceforth for all new updates.

No comments:

Post a Comment