Skip to content

Instantly share code, notes, and snippets.

View abhishek72850's full-sized avatar
🏢
Working from Office

Abhishek kumar abhishek72850

🏢
Working from Office
View GitHub Profile
@abhishek72850
abhishek72850 / sublime_text_plugin_reloader.md
Last active September 5, 2023 16:34
Sublime Text 3 plugin files reloader for Python 3.7+ and ST3+

Sublime Text Plugin Files Reloader (on update/rename/delete)

Tested on ST3+ with Python 3.7+

Problem

Sublime text editor loads all plugin related files at once on the start and only reloads if there's any change in the .py files located in the root of plugin directory, and to reload any changes made in the sub modules located somewhere in the nested folder in your plugin then you have to close the application and reopen it to load the changes.