Interferance with Visual Studio Intellisense

When Enable Advanced right click window menu is enabled, Ctrl + Space no longer functions as an intellisense auto complete in visual studio (using the resharper pluggin) instead it is captured by the Window FX Right click menu.

Could you provide a way of still having this menu but not stealing the keyboard shortcut?

5,213 views 2 replies
Reply #1 Top

The advanced right click menu code should not be doing anything with ctrl + space.  It only does work on menu messages to add the extra options and registers no keyboard shortcuts.

I have checked here and the usual ctrl + space is working perfectly in Visual Studio 2010 with WindowFX advanced right click menu enabled.

Are you 100% sure it is this option in WindowFX that is causing the problem for you and which OS are you on?

Reply #2 Top

Windows 7 x64, If I untick the advanced right click menu option ctrl space behaves as expected.