Can I make Visual Studio's code completion window more like Eclipse (Java)?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2011-01-14T10:49:27Z Indexed on 2011/01/14 10:53 UTC
Read the original article Hit count: 259

Is it possible to make Visual Studio 2010's code completion window more like that of Eclipse (Java)?

In particular, I'd love the code completion window to give me a variable's type, and a method's return type and expected parameters, without needing to hover the highlight over that particular variable/method.

VS's code completion's little icons that indicate if something is a property, method etc are useful, but they just aren't enough.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about code-completion