I'm using Sublime text 3 and I'm writing a simple plugin,
the problem that i have is that whenever i put myplugin.py
in the Packages/User
folder I get the result perfectly.
BUT when I move myplugin.py
file to a folder for example myplugin/myplugin.py
the plugin is not working anymore. I tried to see if there is any information logged to the console but I found nothing related to my problem.
Can any one tell me what is exactly the problem and what I'm doing wrong?