Resharper 2.5 Build #326 has broken Live template formating for a method
Hi,
I have recently upgraded to 2.5 and as a TDD type of guy I have a live template:
+
public void $Name$()
{
mockery.ReplayAll();
$END$
}+
that I use on a very regular basis... there is only one problem with the reformat option turned on the following appears in my code window when the template executes :(
+
public
void
()
{
mockery.ReplayAll();
}+
Which kind of sucks ;(
Help !!!
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-34226.
Best regards,
- Development Team.
Hello Andrew,
What is $Name$ macro? Is it constant value? If so, what is its value?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"