How to show method parameter tooltip in C#?

后端 未结 5 560
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 20:11

VS2010:

In VB I can place the cursor inside an existing method\'s parameter brackets and type a \'space\', which will bring up the tooltip with description of the param

5条回答
  •  春和景丽
    2021-01-29 20:57

    Ctrl + K, Ctrl + P
    

    Worked for me where Ctrl + Shift + Space didn't. Perhaps due to Resharper?

提交回复
热议问题