Sublime Forum

Where can I find a good manual to make ST3 plugins?

#1

I have an idea for an ST3 plugin. I am now looking for a good manual on how to develop plugins and how to register it as a Package.

0 Likes

#2

Have you tried here?

0 Likes

#3

http://www.sublimetext.com/docs/3/api_reference.html

0 Likes

#4

will check, thanx

0 Likes

#5
0 Likes

#6

To develop plugin, the best place are

  • the API
  • Other plugins (look at some small one to get started)

To submit, the package control documentation is probably all you need. If want to see common mistakes, you can have a look at the channel’s pull requests.

0 Likes