开发者

Is it possible for VS to show more of the C# XML documentation in Intellisense Quick Info pop-ups

开发者 https://www.devze.com 2023-01-23 21:39 出处:网络
It seems that VS only shows the contents of the summary element, but I would like to see more information like the detail for classes and value for properties. In fact, even if I click on the Quick In

It seems that VS only shows the contents of the summary element, but I would like to see more information like the detail for classes and value for properties. In fact, even if I click on the Quick Info pop-up to bring up the search dialog, it still only displays the summary, even though there is plenty of space to display much more.

If I am going to add XML documentation to my classes, I would like to see more of it displayed to help me in my development. I don't want to add it solely for the generation of (off-line, i.e., not integrated into VS) documentation.

开发者_如何学运维

Is it possible to turn this capability on?


Although I do not know if VS has this feature built-in, if you use ReSharper, you can hit CTRL+Q on a method or class to see its XML documentation within VS.

Is it possible for VS to show more of the C# XML documentation in Intellisense Quick Info pop-ups

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号