Reputation:
I have somehow managed to turn off IntelliSense in Visual Studio 2013 professional, writing in C#, I have tried a lot of keyboard combinations (Ctrl + Alt + Space, Ctrl + Space, Ctrl + K/I etc).
If anyone can help me with this it would be greatly appreciated, I have also looked at MSDN
for an answer but haven't got one...
Upvotes: 2
Views: 4974
Reputation: 8497
You can try these possible cases:-
you could check the setting under TOOLS->Options->Text Editor->the specific language(C#) ->IntelliSense
you can try reset the VS setting TOOLS->Import and Export Settings Wizard->Reset all settings
Upvotes: 1