eamodio / SaveAllTheTabs

Quickly save and restore sets of document tabs in Visual Studio
MIT License
67 stars 30 forks source link

VS2019 #26

Open codinglifestyle opened 5 years ago

codinglifestyle commented 5 years ago

Any chance for an update for VS2019? This is one of my favourite features. I constantly use it to save the main tabs across 2 monitors I need for a given project. Perfect for resetting to a baseline of classes when I go off on a tangent.

PiotrKarczmarz commented 3 years ago

I've checked every fork and found only one active (last commit May 3 2021) with declared VS 2019 support:

If you loved SaveAllTheTabs I recommend trying ContextKeeper plugin (I'm the author). It works with VS 2019 (and also with VS 2013/2015 and 2017) and uses independent snapshot engine for saving and restoring state using plaintext JSON files with simple structure.

It's really stable across different VS versions because snapshot engine is made from scratch and doesn't have any dependency on .suo file or any VS related API for restoring/saving state. It's even working in VS 2022 Preview without any changes to the snapshot engine.

Last week I've published first Beta version.