For the last few weeks, I’ve been developing for a single experience and use a subplace for canary work, on top of the main testing place. I got annoyed by the amount of clicking I had to do in order to open the same place every time, to the point where I made a workaround by adding a shortcut and editing the target of the shortcut to include place information. I eventually forgot about the shortcut and went back to clicking like 7 times just like before. This workaround is also seldom used and the majority of developers do not know this can be done.
A solution for this is utilizing jump lists, which have been around since Windows 7. Here is an example of a jump list from Binary Ninja.
There could be a list of default tasks such as creating a baseplate or opening a new window (for other people who don’t know they can middle-click the icon), and contain a list of recent or frequent places I have opened. Windows even lets you pin stuff for quick access (awesome)!
Subplaces could even be included here, which would make my life significantly easier by being able to open Studio and go directly to a subplace without using a shortcut I don’t pay attention to most of the time.


