Intellisense tip and XML returns comment (VS2008)

后端 未结 2 811
逝去的感伤
逝去的感伤 2020-12-20 15:10

I\'ve found tooltips displayed by Intellisense when keying method name as very usefull but I can see only summary and params info - no returns comments

Eg - I can no

相关标签:
2条回答
  • 2020-12-20 15:22

    Intellisense cannot display RETURNS statement indeed.

    I have found ReSharper can do that!

    0 讨论(0)
  • 2020-12-20 15:32

    You can only see this in the compiled xml help. Intellisense only displays the method description. So it's a best practice to describe your method as "Returns xyz ...".

    0 讨论(0)
提交回复
热议问题