VS 2010 - 有没有办法实现弹出上下文按钮,类似于 VS 6 中可用的按钮

发布于 2024-10-18 20:24:49 字数 169 浏览 7 评论 0原文

上下文是这样的。

我右键单击函数名称并转到定义。

我已经检查了那里的信息以及返回到我之前的源文件/位置的信息。

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

微暖i 2024-10-25 20:24:49

我使用的键盘快捷键是 Ctrl-

在菜单中,您可以在“查看”->“查看”中找到它。向后导航。

The keyboard shortcut that I use is Ctrl-.

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

衣神在巴黎 2024-10-25 20:24:49

我知道这已经很旧了,但仍然非常相关并且有更好的解决方案。

向后导航(之前的答案)的问题是,它会将您带回到任何之前的导航,无论是通过“转到定义”、鼠标、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

  • go to customise for the toolbar
  • add/remove buttons
  • Add command
  • choose view -> Pop browse context.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文