在Visual Studio(2010)中,如何让小方法信息帮助框再次弹出?(In Visual Studio (2010), how do I get the little method information help box to pop up again?)

我知道Ctr + Space是为了完成代码而调出intellisense,但是如何让这个小框弹出,这是提供方法和参数信息的方框:

此刻,如果我丢失它,我退格逗号,然后当我重新输入逗号时弹出。 我确定有一个我错过的键盘快捷键。

I know that Ctr+Space is to bring up intellisense for code completion, but how do I get this little box to pop up, which is the one that provides method and parameter info:

At the moment, if I lose it, I backspace the comma, then it pops up when I re-enter the comma. I'm sure there's a keyboard shortcut I'm missing though.

最满意答案

你可以把它带回来

Ctrl + Shift + Space

You can bring it back up with

Ctrl + Shift + Space

在Visual Studio(2010)中,如何让小方法信息帮助框再次弹出?(In Visual Studio (2010), how do I get the little method information help box to pop up again?)

我知道Ctr + Space是为了完成代码而调出intellisense,但是如何让这个小框弹出,这是提供方法和参数信息的方框:

此刻,如果我丢失它,我退格逗号,然后当我重新输入逗号时弹出。 我确定有一个我错过的键盘快捷键。

I know that Ctr+Space is to bring up intellisense for code completion, but how do I get this little box to pop up, which is the one that provides method and parameter info:

At the moment, if I lose it, I backspace the comma, then it pops up when I re-enter the comma. I'm sure there's a keyboard shortcut I'm missing though.

最满意答案

你可以把它带回来

Ctrl + Shift + Space

You can bring it back up with

Ctrl + Shift + Space