I’m trying to type int and press Ctrl Space to show int, Int16, Int32 …
However it is not showing up, but when I press Ctrl J it works.
I’ve tried to press Ctrl Alt Space as suggested in some places, but nothing changed…
How can I restore it?
You can re-assign the Key, or see what’s currently assigned to that shortcut by doing the following:
Tools -> Options.Environment -> Keyboard.Press Shortcut Keystextbox, and type in: Ctrl + Space. It will show you what it’s currently being used for.Edit.CopmpleteWord (Ctrl+Space(TextEditor))You can also try to reset Visual Studio’s dev settings:
Start,Run.cmd. Press Enter.4 Navigate to whatever Visual Studio version you’re using (If it’s Visual Studio 2008, it’s:
C:\Program Files\Microsoft Visual Studio 9.0).devenv /resetsettings. Press Enter.It’s a nuclear option, but it’s worked for me when nothing else would.