How to get parameter hints/completion in Visual Studio?

后端 未结 3 1640
失恋的感觉
失恋的感觉 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:46

    For my case, neither Ctrl+Shift+Space nor Ctrl+K+P work.. eventually I nailed it down to this settings:

    Now whenever I typed (, intellisense will automatically pop up!.. nice!

    As it turned out, this is caused by Resharper..., the Resharper uninstall doesn't correctly restore the original Visual Studio settings.

提交回复
热议问题