Archive

Posts Tagged ‘Compatibility’

How to make the IntelliSense work as usual after CodeRush is installed

August 18th, 2010 Comments off

After installing CodeRush, you may have probably noticed that the IntelliSense doesn’t work as usual in Visual Studio. For example, when you type “something.” (dot at the end), the IntelliSense may not come up. This is because CodeRush, by default, suppresses the IntelliSense acceptance if there’s a possible template expansion at the caret. In this case you can either:

  • Press CTRL+Space to make the IntelliSense come up, or
  • Change the CodeRush setting in the Options Dialog. Follow these steps to get to the IntelliSense options page:
  • Read more…