How to trigger parameter hints in Visual Studio Code?

前端 未结 1 2042
情深已故
情深已故 2020-12-24 10:41

I want to show parameter hints when I position cursor within the parentheses of the calling method.

I know similar answers already exist for Visual St

1条回答
  •  天涯浪人
    2020-12-24 10:42

    For Windows and Linux:

    Ctrl + Shift + Space
    

    For MacOs:

    ⇧ + ⌘ + Space
    

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