From Java and Eclipse I’m used to @inheritDoc that allows to use the same documentation as in the base class/method.
How can I accomplish something similar in C# and Visual Studio 2010?
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.
Edit: it didn’t at the time; this other answer here explains that it was added, and how to use it.
It doesn’t exist in vanilla VS. Your best bet is ghostdoc or similar. This is available in the Extension Manager, or here