I don’t really understand the thinking behind the .sublime-package files. Users will never want to look at packages, and when they do it is probably because they want to read the code or modify them. They seem to get in my way because:
- I can’t easily tweak packages
- I can’t easily read existing plugins to learn how they work
- I can’t easily search inside packages to find out which one is causing problems
- Overriding a file from Installed Packages in Packages leads to uncertainty about which is being used
Is there any way to stop Package Control from creating .sublime-package files, and instead unpack all into Packages?