Creating Sublime Text 3 Plugins – Part 2

Remember that Sublime Text 3 plugin we started? Let's get that bad boy finished so you can get back to pranking your colleagues and then, hopefully, writing meaningful extensions to make your life easier.

Introduction

Thanks for joining me for Part 2 of this series. If you haven’t read Part 1, please do so or most of this won’t make sense. In fact, do it. DO IT NOW.

Continue Reading

Creating Sublime Text 3 Plugins – Part 1

No, Python is not a large snake and Sublime Text is not an obscure reference to the 90's ska-punk band (at least not in this context). Rather, prepare to be amazed at the wonders of plugin development and making programs work for you.

Introduction

I’m writing this article in the hope that you (like me) are about to embark on a noble journey: the attempt to create your first Sublime Text 3 (ST3) plugin. Let me preface this article with the understanding that I am by no means a master ST3 plugin developer, but I will do my best to outline key points in the creation process that (to me) were a bit fuzzy. Continue Reading