Visual Studio 2015 RC intellisense does not display parameter list

自古美人都是妖i 提交于 2019-12-04 01:16:16

Here's the answer: Go to Tools, Options, Text Editor, All Languages, General. Then check the following options (override 'mixed' check): - Auto list members - Parameter information

In my case it was just a bug. I restarted Visual Studio and the issue disappeared.

I believe the shortcut for parameter info is ctrl + shift + space by default and in VS2015 RC it is working fine for me. May be it could be some user settings that might be overwriting default. You could see what the shortcut is by going at Menu.Edit.IntelliSense.

If you hover over the Method name, you get a tool tip with the method parameters. Maybe they thought this better?

I had to go to suggested Go to Tools, Options, Text Editor, All Languages, General - and UN-check "Hide advanced members" check box under checked-on "Auto List Members." Then when I would type ( after class name it would show me all possible signatures in Intellisense. Hope it helps some.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!