I\'m using coderush with vs 2008. coding in VB.net. I don\'t see any evidence of Intellassist, all i see is the usual VS intellisense.
how i can in coderush see only the issues related to a specific problem. For example i want to iterate over the cl开发者_Python百科ases that is not calling dispose().
I am currently switching from Resharper to CodeRush. One thing I used a lot in Resharper is the \"smart code completion\" (Ctrl+Alt+Space) so that in e.g. s开发者_如何学编程witch case I could hit the
I have a few classes that are a complete mess. I would like for CodeRush to organize the code so that public, private, etc. methods become grouped. I would also 开发者_StackOverflowlike for CodeRush t
privat开发者_如何学运维e int _i; public intCount { get {return _i;} } How to get the variable _i when we have the property \"Count\" using CodeRush APIs.Try the following code, hopefully it will be
i am evaluating the new wrapping/alignment feature of Co开发者_运维问答de Formatting. Is is possible to wrap the code only if it exceeds let\'s say 120 characters.
I am about to make the switch to resharper from coderush after using it for 30 days and have some questions I would like to see if I can get some help on.
I wanted to point the action hint arrow to the methodcall named MyMethod in the current class. So if there are any methodcall with name MyMethod the arrows should be pointing them when I click some co
We\'ve created a little plugin to add a block of xml comment and create a try-catch to a function. (we simply add this to each and every function we write)
Can the date format returned by CodeRush sysDate() be changed. It returns mm/dd/yy where as I want dd/mm/yy开发者_Python百科yy. Using CodeRush for Delphi.This function uses Delphi\'s DateToStr functio