xsharp.eu • New Version of Visual Studio announced
Page 1 of 1

New Version of Visual Studio announced

Posted: Wed Sep 10, 2025 7:47 am
by VR
Microsoft announced a new version of Visual Studio called Visual Studio 2026... No release date yet, just an insider version for now.

https://visualstudio.microsoft.com/insiders/?rwnlp=de

Re: New Version of Visual Studio announced

Posted: Wed Sep 10, 2025 7:56 am
by robert
Volkmar,
Thanks for pointing at this.
We will of course make sure that our VS integration works with VS 2026 as well.
Hopefully that did not make too many (undocumented?) changes.

Robert

Re: New Version of Visual Studio announced

Posted: Wed Sep 10, 2025 9:34 am
by VR
Robert.

At least on the announcement, the say that:

Visual Studio now offers compatibility with extensions developed for Visual Studio 2022, enabling you to install your favorite extensions on day one.

But your integration is probably quite deep, so it's very likely that some things changed under the surface.

My guess is that the official release will probably be this November (.net conf) or may next year (build)...

This install is side by side so at least, you can start play around with an early version...

But I guess, there is no rush for now, because vs 2022 is quite stable.

Volkmar

Re: New Version of Visual Studio announced

Posted: Wed Sep 10, 2025 9:47 am
by robert
Volkmar,

A quick first test shows that our installer detects this version (it identifiers it as Visual Studio 2022 Enterprise (18.0)) and the extension is installed correctly.
The Edit / Compile / Debug cycle also seems to work.
Our debugger windows (Globals, Publics/Privates, Workareas, Settings) also work as well as our expression evaluator.
Our custom form and menu editors work
Our Tools/Options screens are not completely integrated in the new options "experience". Microsoft has still to document what we need to do for this.
The project properties windows work, and the File/New shows our templates.

So things are looking good !

Robert

Re: New Version of Visual Studio announced

Posted: Wed Sep 10, 2025 11:22 am
by VR
Interesting. That is good news.

Thanks