VS 2010 - 有没有办法实现弹出上下文按钮,类似于 VS 6 中可用的按钮
上下文是这样的。
我右键单击函数名称并转到定义。
我已经检查了那里的信息以及返回到我之前的源文件/位置的信息。
在 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用的键盘快捷键是 Ctrl-。
在菜单中,您可以在“查看”->“查看”中找到它。向后导航。
The keyboard shortcut that I use is Ctrl-.
In the menu, you can find it at View -> Navigate Backward.
我知道这已经很旧了,但仍然非常相关并且有更好的解决方案。
向后导航(之前的答案)的问题是,它会将您带回到任何之前的导航,无论是通过“转到定义”、鼠标、PgUp、PgDn 等。
弹出浏览上下文是不同的,并且会将您导航回来到您最初请求转到定义或任何其他浏览操作的位置,无论您此后执行的任何其他导航如何。
Pop Context 键盘快捷键是 Ctrl+(数字键盘上的 *)。
我喜欢为它制作一个按钮 -
步骤如下
I know this is old, but is still very relevant and has a better solution.
The problem with Navigate Backward (previous answer) is it takes you back to any previous navigation whether by Go to definition, mouse, PgUp, PgDn, etc.
Popping the browse context is different, and navigates you back to where you originally requested the Go to definition or any of the other browse operations, regardless of any other navigation you did since.
The Pop Context keyboard shortcut is Ctrl+(* on the numeric keypad).
I like to make a button for it -
steps are as follow