Is there an event which is triggered each time a sublime project is opened? Opened either from restoring a previous session of our beloved text editor or from an existing one?
I was not able to find any such event in the API doc, or I misunderstood existing events like on_load.
As I like to code a plugin for python development which associates a sublime project with one virtual environment, so that every time that project is opened a terminal with that virtual environment already activated is automatically launched.
This is to replicate an important feature of PyCharm which did very well linking projects and virtual environments and will save you some repetitive tasks making python development in sublime even more joyful.
Also I’d like to know what you think of that plugin idea.
Thanks!
- PyBen