I enabled the ToString functionality.
Unfortunately it does not seem to handle escaping existing double quotes ( " ) to ( " ) like the example in the link below:
I see the template values for ToString and see «EscapeQuotes», but was not clear how to enable it.
I have reproduced the incorrect behavior in the following code:
namespace NamespaceName { public class MyClass { public void MethodName() { <<anchor>>string str = "some text";<<caret>> } } }
We will notify you in the context of the current ticket as soon as we fix the problem.