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

Visual Studio 2022 Support? #13

Open
NoelCarboni opened this issue Nov 26, 2021 · 3 comments
Open

Visual Studio 2022 Support? #13

NoelCarboni opened this issue Nov 26, 2021 · 3 comments

Comments

@NoelCarboni
Copy link

Would love to see this add-on install into VS 2022. Have been using it forever in VS 2019 and wow, do I miss it now that VS 2022 has released. I made 2 simple changes to a web site project and couldn't understand why I couldn't see them when I pressed View In Browser, then it dawned on me that the files might not be saved. Ludicrous in modern times with solid state storage.

Hard to believe autosave has not become a mainstream feature of VS since Visual Studio Code has it, but I can't find an option for it, thus this request.

FWIW I cloned the repo and poked around in the project and I think 17.0 may need to change to 17.0.1, and the build target may need to be changed to 64 bit, but I have no experience with developing VS extensions so I'm shooting in the dark.

@philippdolder
Copy link
Owner

@NoelCarboni Glad to hear this extension has been helpful to you ever since VS 2019.

I'll hope to make it work in the next few weeks. I'll let you know when a preview version is available for you to try

@philippdolder
Copy link
Owner

I had a first look at what changes need to be made. Unfortunately a rework of the .csproj is required before I can make the necessary changes. So, I'll expect that it will take a little while, until I get enough time to sort it all out

@NoelCarboni
Copy link
Author

Thanks, @philippdolder! Having been getting more familiar with VS 2022 I can say (from a compatibility with existing C++ projects perspective) it seems more like a dot release of Visual Studio than a whole new version. That being said, the devenv.exe IDE itself has moved up from 32 to 64 bit, so I can imagine augmenting it will require different libraries. However, it still seems to work enough like VS 2019 that I imagine your logic could be much the same.

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

No branches or pull requests

2 participants