Hello, this applies to both CodeRush products, the fmt expansion creates String.Format and Visual Studio 2015 corrects this suggesting to use lowercase string instead of String.Format it should be string.Format.
FYI
P.S. It also appears CodeRush Roslyn does not yet have the Collapse to Projects menu item for the solution explorer, not sure if that's coming or just forgotten.
Hi Neal,
>the fmt expansion creates String.Format and Visual Studio 2015 corrects this suggesting to use lowercase string instead of String.Format it should be string.Format.
Thanks for pointing out this problem.
CodeRush for Roslyn has an option for using keywords for static references (string.Format or String.Fromat) - CodeRush\Options-Editor\CodeStyle\Programming Style"Use keywords for static references", but this option works with refactorings only and doesn't work with templates. We have plans to implement this functionality in the near future.
Once we implement it, we will let you know about this in the context of this ticket.
> It also appears CodeRush Roslyn does not yet have the Collapse to Projects menu item for the solution explorer, not sure if that's coming or just forgotten.
I have created a new ticket regarding the missing "Collapse to Projects" menu item - The "Collapse to Projects" menu item is missing. Please refer to it for further correspondence.