supported visual studio version

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
baramuse
Posts: 91
Joined: Tue Nov 29, 2022 8:31 am
Location: France

supported visual studio version

Post 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 !
User avatar
robert
Posts: 4415
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: supported visual studio version

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
baramuse
Posts: 91
Joined: Tue Nov 29, 2022 8:31 am
Location: France

Re: supported visual studio version

Post 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.
User avatar
ArneOrtlinghaus
Posts: 407
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Re: supported visual studio version

Post 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
Post Reply