-
Notifications
You must be signed in to change notification settings - Fork 15
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 #25
Comments
Sadly, I had a talk with one of the product managers of Visual Studio, and presented them this extension back then. They liked the option of providing a "favorite" list of projects/solutions, but aparently it didn't make it into the release. They rather went for the old "pinning" of items. So we could either have a follow up with them, asking them to add a built-in feature (which everyone would welcome), or we do a workaround. The only workaround I can think of right now is having a tool window, which may be linked to a keyboard shortcut, which will then open the "Favorite Projects Dialog". So that one could show up in the menu bar, but the keyboard shortcut "trigger" will be the more likely way to open it? |
Short term, it looks like a workaround is the way to go. Guess having a tool window, that would fold somewhere like the solution explorer does, would be the way to go. |
Voted! |
Well, this situation was annoying, everyday, and it looks like MS is not going to fix it anytime soo. Thus, I have quickly put together SolutionBook (also on GitHub). Probably not as polished as yours, but it works for me and I use it everyday now. Feel free to comment, improve, criticize, anything really ;-) And THANKS for the amazing extension that I've used for years and made my life simpler EVERY SINGLE DAY! |
@zpqrtbnk Thanks for that work, and that nice story in the readme 😄 |
Opening this so we can discuss.
This extension is my favorite way to have an overview of all the projects I am working on. I am not aware of any other equivalent extension, apart from BetterStartPage which is however quite similar.
So... with VS2019 nearing release, I thought I would just make sure SolutionStartPage can run on VS2019 and submit a PR. However... VS2019 is killing the Start Page and is replacing it with a new Start Window - and although at some point (see this post) it might have been possible to re-enable the Start Page... in the latest VS2019 preview the option seems to be entirely gone.
Which means that... SolutionStartPage cannot be simply ported to VS2019. And so... can we discuss what other solutions we could find to still offer the same features? Extension menu? Toolbox?
The text was updated successfully, but these errors were encountered: