Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Markup Intellisense not working in Visual Studio 2010

When I type < in the Markup Mode of Visual Studio 2010, I don't get any server-side controls (ie. <asp:textbox />), I just get a list of standard HTML controls.

This used to work, but one day just stopped.

Why could this be?

P.S: I'm a VB.NET Programmer, and intellisense is working fine in the .vb files.

like image 977
Curtis Avatar asked Jul 22 '10 15:07

Curtis


People also ask

How do I enable IntelliSense in Visual Studio 2010?

The fix was to look in Visual studio menu: Resharper > options Then select IntelliSense > General -> use IntelliSense features of: Visual Studio.

How do I enable IntelliSense in Visual Studio?

To access this options page, choose Tools > Options, and then choose Text Editor > C# > IntelliSense.

How do I enable IntelliSense in Visual Studio 2015?

I would try: In Visual Studio 2015, go to 'Tools | Options | Text Editor | C# | General both "Auto list members" and "Parameter information" should be checked. If that doesn't work I would try to disable ReSharper in VS2013 and try to get the normal intellisense working.


1 Answers

Navigate here: C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio

And delete the contents of the folder labeled '10.0'. This worked for me.

like image 199
Graham Avatar answered Nov 15 '22 12:11

Graham