Thursday, June 14, 2012

Sublime Text 2 Plugin Authoring Resources

I recently found myself authoring a Sublime Text 2 plugin for use at work. When it was all said and done, the process was fairly straight-forward. Plugins are written in python and follow simple conventions. If you too are interested in creating your own Sublime Text 2 plugins, here are some of the resources that I found useful:




Also, just take a look through the Sublim packages directory at the installed packages, almost anything you need to learn can be found in the code that is in there.

No comments:

Post a Comment