Intellisense and code suggestion not working in Visual Studio 2012

I was working on Visual Studio 2012. And I find out that intellisense was not working. Code suggestions are disabled and so as method parameters. Its not working until I press ctrl + Space.

The simple solution I find out for this is to

Go to

Tools –> Options –> Text Editor –> All Languages –> General
and enable Auto List Members and Parameter Information in right hand side pane.

VS 2012 intellisense not working


Leave a Reply