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 !
supported visual studio version
Re: supported visual studio version
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
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
The Netherlands
robert@xsharp.eu
Re: supported visual studio version
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.
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.
- ArneOrtlinghaus
- Posts: 412
- Joined: Tue Nov 10, 2015 7:48 am
- Location: Italy
Re: supported visual studio version
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
Arne