keyboard shortcuts - Visual Studio 2015: Ctrl+Shift+8 (View.PopBrowseContext) to navigate back not working? -


a keyboard shortcut i've used going several visual studio versions ctrl+shift+8 go was, after doing f12 go definition.

in visual studio 2015, pressing ctrl+shift+8 doesn't seem anything.

opening visual studio 2013 , looking @ tools | customize | keyboard dialog, ctrl+shift+8 mapped command view.popbrowsecontext. in visual studio 2015, ctrl+shift+8 has same command mapping, command doesn't seem work.

is there way view.popbrowsecontext command navigate after doing go definition (f12) in visual studio 2015?

visual studio 2015 connect -> view.popbrowsecontext command , others doesn't work (issue removed connect site microsoft)

issue on github -> bring go definition navigation stack #14496

view.navigatebackward (ctrl+-) not replacement view.popbrowsecontext (ctrl+shift+8). if invoke edit.gotodefinition (f12) , click few times mouse moving cursor around, moves recorder in navigation stack.

view.popbrowsecontext (ctrl+shift+8) redirects directly previous definition (the place invoked edit.gotodefinition (f12) last).

  • view.popbrowsecontext
  • edit.gotoreference
  • view.browsenext
  • view.browseprevious
  • edit.gotodeclaration
  • view.forwardbrowsecontext

note: these commands broken in visual studio 2015. still not work in visual studio 2017.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -