You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DrPepperBianco It appears that the majority case for this issue was already fixed for the 17.2 release. Can you clarify the exact scenario that you are running into that is still causing problems?
@sharwell I am a little bit lost. You said the majority is fixed, but it is not at all fixed for me.
A very simple scanrio:
I have code like this:
string@string= FooBar;
And I want to add Quotes. I position the cursor bevor FooBar and hit »"«. The result is this:
string@string=""FooBar;
With the cursor being between the quotes.
In practice, I usually end up with something like this:
string@string=""FooBar";
because my muscle memory typed the quote before, then end, arrow-left, quotation after the word, before I realized that Visual Studio broke the code again.
PS: For some reason, I couldn’t answer to you question, but had to create a new issue instead. Sorry for the inconvenvience.
The text was updated successfully, but these errors were encountered:
Originally posted by @sharwell in #59427
@sharwell I am a little bit lost. You said the majority is fixed, but it is not at all fixed for me.
A very simple scanrio:
I have code like this:
And I want to add Quotes. I position the cursor bevor FooBar and hit »"«. The result is this:
With the cursor being between the quotes.
In practice, I usually end up with something like this:
because my muscle memory typed the quote before, then end, arrow-left, quotation after the word, before I realized that Visual Studio broke the code again.
PS: For some reason, I couldn’t answer to you question, but had to create a new issue instead. Sorry for the inconvenvience.
The text was updated successfully, but these errors were encountered: