Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2019 #26

Open
codinglifestyle opened this issue Jun 18, 2019 · 1 comment
Open

VS2019 #26

codinglifestyle opened this issue Jun 18, 2019 · 1 comment

Comments

@codinglifestyle
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants