How to get parameter hints/completion in Visual Studio?

后端 未结 3 1644
失恋的感觉
失恋的感觉 2021-01-01 20:12

I usually use Eclipse for coding, which has a pretty nice parameters completion feature: when you are calling a method, just after you typed (, it will show you t

3条回答
  •  不思量自难忘°
    2021-01-01 20:28

    You can use:

    Ctrl+Shift+Space. This brings up the argument list for a method your cursor is currently in.

    Example:

    typing

    Pressing Ctrl+Shift+Space with the cursor after "a", results in:

    ctrlshiftspace

    You can check this is properly assigned in the keyboard settings, as Edit.ParameterInfo:

    assigned

提交回复
热议问题