1

I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing.

Syntax highlighting also seems to be a little bit screwed, but my main worry is intellisense.

Any suggestions for getting Intellisense back without doing an uninstall of CodeRush?

Update:

In the end, I uninstalled CodeRush, unchecked then rechecked some settings found here, and reverted the .csproj file of the project before the error occurred. Just re-installed and everything seems to be working now.

I'll submit this as a bug to their support later.

Community
  • 1
  • 1
Kirschstein
  • 14,570
  • 14
  • 61
  • 79
  • Have you installed any of the additional "Community plugins" for CodeRush? Or is this a clean CodeRush install. Also what version number and is it CodeRush Full or Xpress? – Rory Becker Oct 26 '09 at 15:51
  • Reading the web site you indicated, it sounds like the problem wasn't so much installing CodeRush as it was the uninstall of resharper. – Rory Becker Oct 26 '09 at 16:14
  • I havn't installed Resharper, it's just a site that I happened to find when googling the problem. – Kirschstein Oct 26 '09 at 16:24
  • For anyone still searching and wanting simpler solution: http://stackoverflow.com/questions/1908420/uninstall-of-coderush-and-resharper-intellisense-not-working – Ales Ruzicka Mar 28 '12 at 06:58

4 Answers4

1

This sounds like a bug.

I would raise a support issue at the DevExpress Support Center

This provides you with a method for tracking the progress of said bug.

For the benefit of users of CodeRush Xpress, who might also come across this in the meantime, it should be noted that CodeRush Xpress is also fully supported by DevExpress even though it is free to you.

I further recommend that you post a link to the support issue here so that others who come across this bug can discover the outome.

Rory Becker
  • 15,551
  • 16
  • 69
  • 94
  • Also worth perhaps seeing if this bug is tied to your current settings. Backup and then delete "%AppData%\CodeRush for .Net\Settings.XML\" (Assuming latest version 9.2.x or better) and See if the bug remains after a restart. – Rory Becker Oct 26 '09 at 15:54
0

Maybe you could try to reset your settings by running

Devenv /ResetSettings SettingsFile

You can supply the SettingsFile parameter to restore to some previously saved settings, or you can omit the SettingsFile parameter and all default Visual Studio settings will be restored.

Restore the Data Dumps
  • 38,967
  • 12
  • 96
  • 122
0

Does it work again if you temporarily disable CodeRush, e.g. using the /SafeMode command line switch?

Dirk Vollmar
  • 172,527
  • 53
  • 255
  • 316
0

In the interim, perhaps try a repair of the CodeRush Install.

Run up the installer again and choose repair.

Rory Becker
  • 15,551
  • 16
  • 69
  • 94