Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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)...
6
votes
2answers
897 views

Visual Studio 2010 IntelliSense doesn't select a default value - it just marks it

I have a pretty annoying problem with the IntelliSense in Visual Studio 2010: Every now and then (but not always - just out of my control) the Intellisense engine chooses to "mark" an option, instead ...
6
votes
3answers
3k views

Can I use CodeRush Xpress in Visual Studio 2010?

I've installed the Beta 1 of Visual Studio 2010, and started working a little. Even though I haven't been using CodeRush Xpress for long in Visual Studio 2008, I immediately started missing some of ...
5
votes
3answers
2k views

Experience with Coderush XPress and Visual Studio 2010?

It is possible to use CRX with VS 2010: http://stackoverflow.com/questions/1441554/can-i-use-coderush-xpress-in-visual-studio-2010 Refactor Key works. (After assigning the shortcut) What doesn't ...
4
votes
4answers
2k views

How to install CodeRush Xpress on VS2005

I know that CodeRush Xpress is intended to be used on VS 2008 and not on VS 2005. But since I can't migrate to VS2008 yet, I want to install it on VS2005 and don't care it's not supposed to work. My ...
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 ...
3
votes
4answers
4k views

Visual Studio Format entire file?

Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?
2
votes
1answer
86 views

How to rearrange class members using Coderush Express

I've installed coderush express for visual studio 2010 and can't figure out how to rearrange my class members so that they are arranged by convention. How can i do this?
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
78 views

keyboard shortcut for viewing/applying available refactorings

I just installed CodeRush Express and was wondering is there any keyboard shortcut for viewing/applying available refactorings. Currently I have to click on the small underline/underscore to get the ...
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
4answers
1k views

Why are my arrow keys getting stuck? CodeRush/VS2010

I have VS2010 and CodeRush Express installed on my machine. Occasionally I am hitting some key combination (inadvertently, don't know what I am hitting) that is causing my up/down arrow keys to get ...
1
vote
1answer
179 views

CodeRush' XPress solution cache getting a bit big (4.5Gb)

...any ideas how to stop it from growing? Our IT services has placed a cap on profile size anmd now we're getting annoying audit messages. Normally I'd blame IT servcies for their 'One size fits ...
1
vote
2answers
593 views

CodeRush XPress | Code Intelliassist Shortcut

I've installed coderush and wanted to refactor my code. I also tried to do some things they did in the introduction video. But the only way I get into the coderush intelliassist is the right-click ...
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?
0
votes
1answer
108 views

Coderush Xpress commercial using

Can I use Xpress free version of Coderush in commercial work or this version is recommended for learning solutions?
0
votes
2answers
55 views

Type of window

The CodeRush file search tool "Quick File Navigation" looks pretty similar to a regular "Find" window. What type of window/form is that? How do we create such windows that stay within the VS IDE ...