xsharp.eu • supported visual studio version
Page 1 of 1

supported visual studio version

Posted: Thu Sep 19, 2024 2:23 pm
by baramuse
Hi all,

I just want to rule out a few things about visual studio support (completion, identation, etc..)
What is the current stable version supported ?
I have trouble with very basic IDE goddies (like completion of a variable name) and I want to check first the VS version before digging more deeper.

Thanks !

Re: supported visual studio version

Posted: Thu Sep 19, 2024 5:03 pm
by robert
Basile,
VS 2022 should be fine.
But Microsoft has recently made some changes to VS2022 (that were not communicated, unfortunately) that break certain functions in the editor, such as:
- Format Document
- Snippets
- Code completion

Before these options were enabled by default in the Generic Text editor, from which we inherit. All we had to do was to implement them.
Now we have to tell VS that we want to support these opptions explicitely.
We're working on a fix that will be released a few weeks from now (around our Summit)

Robert

Re: supported visual studio version

Posted: Fri Sep 20, 2024 9:34 am
by baramuse
awesome !

do you know since which version of VS2022 ?
I just reinstalled my machine so got the latest one (17.11.4)

that reminds me I need to register for the summit !

regards.

Re: supported visual studio version

Posted: Fri Sep 20, 2024 4:15 pm
by ArneOrtlinghaus
We are working fine with 17.10. A collegue said that we should not update VS to 17.11 because of some issues with X#.
Arne