visual-studio-2010customizing

VS 2010 - is there a way to implement a pop-context button, similar to what was available in vs 6


The context is this.

I have right clicked on a function name and gone to definition.

I have examined the information there and which to return to my previous source file/position.

In vs 6, the browse toolbar contained a pop context button that would do this job.

I am looking for a way to replicate that functionality.

Thanks

Evil.


Solution

  • The keyboard shortcut that I use is Ctrl-.

    In the menu, you can find it at View -> Navigate Backward.