-
-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I was inspired by this plugin and had an idea of plugin that manages project sessions. I am usually working with multiple windows, production code on one side and tests on other or just multiple windows from different files belonging to a feature. I find the process of reopening and rearranging these windows and buffers dreadful and am often too lazy to do it. It would be a nice idea if as an extension to auto-session I could have a command that stores the current layout and open buffers as a session in a project level hidden directory, something like what .idea
does for intelliJ based IDEs and .vscode
does for well, VS Code. Let me know if this is a feature this plugin's ideology warrants it to have.
EDIT: This feature will be a great addition in support of session-lens. Being able to traverse through different sessions for a project. Effectively these will be mini work-spaces.