简体   繁体   中英

Get Parameters Type and no. of parameters for a function in Visual Studio Editor (C#)

在C#中写入函数的名称和开括号(括号)之后,有没有办法获取函数的参数类型和数量, 而不删除左括号

将光标放在括号之间,然后按Ctrl-Shift-Space。

I used to use Ctrl + Shift + Space all the time but it's not working anymore. It does show the parameter list when I delete the opening bracket though.

Turns our it is my wireless keyboard not allowing more then 2 keys to be pressed at once, works fine if I used the windows virtual keyboard.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM