SaveAllTheTabs icon indicating copy to clipboard operation
SaveAllTheTabs copied to clipboard

VS2019

Open codinglifestyle opened this issue 5 years ago • 1 comments

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.

codinglifestyle avatar Jun 18 '19 16:06 codinglifestyle

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

  • https://github.com/alexcodito/SaveAllTheTabs

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.

PiotrKarczmarz avatar Jul 24 '21 19:07 PiotrKarczmarz