Is it possible to configure Visual Studio 2012 to show documentation as in Eclipse ?
Visual studio

Eclipse

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Normally IntelliSense would appear and gives you hints to the source, you’re about to use. If you want to get Information about your own sourcecode, you need to make marks on the Methods, Fields or Properties to tell IntelliSense that this info should be displayed.
Copy paste this small method and try to use it. You will notice IntelliSense give’s you hints to use it:
If this wont fit your needs, try ReSharper from JetBrains. It has a bunch of functions to help you write code faster.