I am always working on multiple code bases at the same time. Usually an internal library, a web app and some service.
Is there a way with Emacs to have multiple buffers open for each code base but have those buffers grouped? Like a tab for each code base or groups I can easily switch between.
I've checked out tabbar-mode which isn't what I'm looking for. I'm looking for an easy way to quickly switch from working on one code base to another. Like saving a set of windows for each project and quickly switching between them.
Any ideas?