This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:VS2019]
When splitting a quoted string to make a change, it used to handle the condition of adding a new opening quote on a string by not doubling it up. VS2022 is now being very stupid about it.
"This string is to be split"
"This string" + n + is to be split."
When you add the " in front of is you get
"This string" + n + ""is to be split."
Now, if you are using AI for smart intellisense and using Roslyn for smart compiling and tool support, why is this one not working now? It used to work in VS2019.
Original Comments
Feedback Bot on 1/26/2022, 08:05 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:VS2019]
When splitting a quoted string to make a change, it used to handle the condition of adding a new opening quote on a string by not doubling it up. VS2022 is now being very stupid about it.
"This string is to be split"
"This string" + n + is to be split."
When you add the " in front of is you get
"This string" + n + ""is to be split."
Now, if you are using AI for smart intellisense and using Roslyn for smart compiling and tool support, why is this one not working now? It used to work in VS2019.
Original Comments
Feedback Bot on 1/26/2022, 08:05 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)