there is a code like next.
1 2 3 4 5 6 7 8 9 10
|
void function() // The point
{
...
...
// I'm in here.
// I want to go to the point
...
}
|
Is there any shortcut for this in VS2015?
'Ctrl + F' is not what I want.
'Go to or Peek the definition' is also not what I want.
Last edited on
Thank you guys.. Maybe I think It's impossible in VS2015.