Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
yaromir edited this page Feb 10, 2013 · 11 revisions

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 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