if I using custom modules in my plugins with something like the follow:
from helper.configuration_files import generate
I find that once I change the module it doesn’t refresh or reload the module until I reload sublimetext.
Is it possible to get it to reload everything automatically?