Skip to content
yaromir edited this page Feb 10, 2013 · 3 revisions

Some Sublime plugin developer documentation

Some Sublime plugin developer documentation that might be useful:


http://www.sublimetext.com/docs/plugin-basics

Maybe useful when building plugin package. Although there are no plugin package as such: Sublime plugin is a bunch of scripts that is stored under the Packages/ directory.


http://www.sublimetext.com/docs/api-reference

Plugin API reference.


http://www.sublimetext.com/docs/plugin-examples

Very useful source. Easiest way to get into Sublime plugin development is to install some plugin and check it's source code.

Clone this wiki locally