How to make Visual Studio intellisense to show the remarks portion of XML comments?

前端 未结 2 1874
悲&欢浪女
悲&欢浪女 2021-01-17 10:18

When typing code, I really like the intellisense feature of Visual Studio 2010 (Professional), especially that I am able to look up XML comments of types in use. (See Docume

2条回答
  •  终归单人心
    2021-01-17 11:11

    Put your cursor over the class/function/whatever that you want to see the full comments on, then press F12. Expand the comments section on the left of the editor pane.

提交回复
热议问题