c# - Is there a shortcut in Visual Studio 2013 that shows the definition pop up of the selected element? -


the pop appears when hover on element:

definition pop up

is there equivalent keyboard shortcut this? (in eclipse there is, it's f2).

it called quick info shortcut control + k + i.

from visual studio menu: edit->intellisense->quick info


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

git - Initial Commit: "fatal: could not create leading directories of ..." -