About this document
Creating Python Plugins for Sublime Text by Sarai Thomas is a document available to read on EtoBox.
The document discusses how to create plugins for the Sublime Text editor by placing Python files in the Packages directory and extending classes like sublimeplugin.TextCommand and sublimeplugin.Plugin to handle commands and events respectively. It notes that errors and prints will appear in the console for debugging plugins.
- Author
- Sarai Thomas
- Language
- EN