1
Vote

VB.NET IntelliSense don't show HttpClientExtensions and HttpContentExtensions Keywords

description

I use Visual Studio 2012 RTM + Web API + Visual Basic find a problem.

In Visual Studio 2010 RTM,
use
http://msdn.microsoft.com/en-us/library/system.net.http.httpcontentextensions_methods(VS.108).aspx and http://msdn.microsoft.com/en-us/library/system.net.http.httpclientextensions_methods(VS.108).aspx any methods, IntelliSense don't show any keywords.

comments

kichalla wrote Sep 11, 2012 at 3:14 PM

yeah, we found that this is a problem in general with VB.NET where the intellisense doesn't show up when there are multiple extension methods with the same name.