Reformat adds `1 for generic types
When doing a reformat of the whole file, Resharper introduces `1 into
doc comments.
Example:
/// An to enumerate ...
becomes
/// An to enumerate ...
becomes
/// An ]]> to enumerate ...
and so on.
It looks like it does this only in the first occurrence in a file.
Please sign in to leave a comment.
Submited:
http://www.intellij.net/tracker/resharper/viewSCR?publicId=17999
Thanks.
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Cannot reproduce this issue.
Please could you post the complete file text where this problem occurs?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Andreas Hofer" <ejp10@gmx.ch> wrote in message
news:dsknir$p4u$1@is.intellij.net...
>
Thanks for looking into this.
Sorry I cannot give out the code, but here is an example.
using System.Collections.Generic;
namespace Test
{
public class Class1
{
/// /// /// public IEnumerable]]> Yxx()
{
yield break;
}
}
}
Now type Ctrl-Alt-F, check the "Optimize using directives" checkbox and
click Ok.
Eugene Pasynkov (JetBrains) schrieb:
Thank you. Fixed
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Andreas Hofer" <ejp10@gmx.ch> wrote in message
news:dt46hg$oua$1@is.intellij.net...
>
>
>
>
>
>
>> Cannot reproduce this issue.
>> Please could you post the complete file text where this problem occurs?
>>