In Visual Studio 2010, intellisense isn't showing for long method signatures
Posted
by sohtimsso1970
on Stack Overflow
See other posts from Stack Overflow
or by sohtimsso1970
Published on 2010-05-22T18:23:02Z
Indexed on
2010/05/22
18:30 UTC
Read the original article
Hit count: 162
visual-studio-2010
|intellisense
The problem is exactly as asked in the question title.
When I'm typing in the text editor and referencing a public method that has a long signature (lots of parameters, usually 10 or more) the intellisense just stops working. It will sometimes flicker; other times it will not show at all.
Only seen this happen with C#, but I don't use anything else. It might happen in VB too. Don't know.
Anyone else seeing this?
I've Googled for an hour but can't seem to iron it out. I've restarted VS, rebooted the machine, enabled/disabled intellisense in Tools -> Options. NOTHING works.
© Stack Overflow or respective owner