user3707078
user3707078

Reputation:

How do I turn on IntelliSense? (VS 2013)

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

Answers (1)

HaveNoDisplayName
HaveNoDisplayName

Reputation: 8497

You can try these possible cases:-

  1. you could check the setting under TOOLS->Options->Text Editor->the specific language(C#) ->IntelliSense

  2. you can try reset the VS setting TOOLS->Import and Export Settings Wizard->Reset all settings

Upvotes: 1

Related Questions