https://github.com/kapitanluffy/sublime-plugin-logger
📜 Displays the source plugin of your console logs
https://github.com/kapitanluffy/sublime-plugin-logger
Last synced: about 2 months ago
JSON representation
📜 Displays the source plugin of your console logs
- Host: GitHub
- URL: https://github.com/kapitanluffy/sublime-plugin-logger
- Owner: kapitanluffy
- License: mit
- Created: 2022-12-16T21:10:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T01:51:23.000Z (about 1 year ago)
- Last Synced: 2024-05-01T22:48:27.010Z (about 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Plugin Logger
---
📜 Displays the source plugin of your console logs

##### Installation
- Install from `packagecontrol.io` or unpack the [zip](https://github.com/kapitanluffy/sublime-plugin-logger/archive/master.zip) in your packages directory
##### Why it does not work on some plugins?
You might need to make PluginLogger load before all the other packages. You can achieve this by renaming the directory so that it will get loaded first.
Once you do this, you will need to rename the `import` line in the 3.3 version so that it will work properly for 3.3 plugins
##### Support
You can always support me via [Patreon](https://www.patreon.com/kapitanluffy) or [Ko-fi](https://www.ko-fi.com/kapitanluffy)
##### License
[MIT](LICENSE)