Tagged Questions

16
votes
4answers
3k views

Disable CodeRush

I don't want to uninstall code rush. I just want to have the chance ti turn it off when I dont want it. Is this possible? (express version)...
3
votes
1answer
82 views

Can I write plugins to with CodeRush Express and use it?

I was trying to run this example using coderush express edition but i did not get any output as shown in this site. I followed the complete procedure as given in the blog, a new visual studio window ...
2
votes
1answer
89 views

How to get ancestors of a class in Coderush?

I was trying to get all ancestors (Classes and Interfaces) of a Class to a list. I tried this code but did not work. public static List<Class> AncestorList; public static void ...
2
votes
2answers
943 views

CodeRush Xpress Colors

I downloaded the free CodeRush Xpress version to try it. Is there a way to change the colors it uses for it's highlighting and line drawing? ie the matching braces. I have a dark color scheme and ...
1
vote
1answer
87 views

Features in CodeRush Xpress for writing plugins

I am using CodeRush Xpress and found that I cannot write a plugin using IssueProvider from this page (end of third paragraph). Now I am using codeProvider to write simple plugins using CodeRush ...
1
vote
2answers
139 views

CodeRush Xpress: disable the locator carets?

I want to disable the "locator carets" put down by CodeRush when i execute one of it's commands, how can i do it?