python - Sublime text plugin is not working -


i'm using sublime text 3 , i'm writing simple plugin, problem have whenever put myplugin.py in packages/user folder result perfectly.

but when move myplugin.py file folder example myplugin/myplugin.py plugin not working anymore. tried see if there information logged console found nothing related problem.

can 1 tell me problem , i'm doing wrong?

actually missing fact sublime text plugin should living in packages folder , not packages/user folder


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -