Shortcut key for 'View in Object Browser'

蹲街弑〆低调 提交于 2019-12-03 06:09:30
Wilka

F12 will go to the source (if you have it), or the object browser if it's in a referenced assembly.

atreeon

This navigates to the correct class inside the object browser.

Shift+Alt+F12, then right click in the results and select Browse Definition

or

Ctrl+Alt+J, then type the name in the search box

Use Ctrl-Alt-J.

Jungchan

Yes, this is CTRL + ALT + J

Here is the reference: Object Browser Shortcut Keys, Visual C++ 6.0 Default Shortcut Option

softwareengineeradvisor

The only way I found doing it with a single shortcut is through ReSharper and define.

Editor context menu. codewindow.navigate.resharper_navigatetoobjectbrowser as alt +shift + j (or what you want). Maybe there is a way to create a code, link it to the functions and add the shortcut in this window without installing ReSharper, or open a ticket to visual studio teem

the shortcut

Resharper navigates to the class in object browser when you press F12

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!