CodeRush Xpress Colors

I downloaded the free version of CodeRush Xpress to try. Is there a way to change the colors that it uses to highlight and draw a line? those. matching braces. I have a dark color scheme and my monitor that has VS on it should suck because I can't see the lines. But on the LCD I can. Is there any way to change colors?

+3
source share
3 answers

I am using CodeRush Xpress 9.2. You can customize some of the colors used to highlight the CodeRush Xpress Options menu. You can find the menu in Visual Studio under DevExpress -> Options. Go to the "Painting" sub-item of the "Editor" element to control some of the colors used (among them are "Navigation Fields", "Navigation Links" and "Text Fields").

If the DevExpress menu does not appear in your Visual Studio installation, just click Alt+Ctrl+Shift+Oto go to the DevExpress options. Or, if you constantly want the DevExpress menu command to appear in the Visual Studio menu, install the following registry key and restart it:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\9.2]
    "HideMenu"=dword:00000000

This works, at least with Visual Studio 2005 and 2008.

+8
source

... : ctrl + alt + shift + o

VS 2008 CodeRush xpress 9.2. Visual Studio , .

+4

If you are using a 64-bit machine, the path will be different:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Developer Express\CodeRush for VS

0
source

Source: https://habr.com/ru/post/1698888/


All Articles