Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Useful Links

yaromir edited this page Feb 12, 2013 · 12 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