VS 插件可将光标下标识符的完整类型名称复制到剪贴板中

发布于 2024-11-28 03:22:00 字数 1540 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

黑色毁心梦 2024-12-05 03:22:00

最终,Visual Studio 的对象浏览器可以满足您的需求。不幸的是,如果没有 Resharper,这项任务可能会很麻烦。

如果您有 Resharper,则可以为 EditorContextMenus.CodeWindow.NavigateTo.Resharper_NavigateToObjectBrowser 设置键绑定

EditorContextMenus .CodeWindow.NavigateTo.Resharper_NavigateToObjectBrowser

复制属性、方法或属性的完整类型名称将类复制到剪贴板,将光标放在相关位置...(例如)

在此处输入图像描述

现在按新的键盘快捷键(在上面的示例中为 CTRL+ALT-J)。

在此处输入图像描述

进入对象浏览器后,您可以立即按 CTRL+C 将所需内容复制到剪贴板。

现在翻转到任何旧应用程序,然后按 CTRL+V 粘贴内容。

在此处输入图像描述

Ultimately, Visual Studio's Object Browser gets you what you want. Unfortunately, the task might be cumbersome without Resharper.

If you have Resharper, you can set up a key binding for EditorContextMenus.CodeWindow.NavigateTo.Resharper_NavigateToObjectBrowser

EditorContextMenus.CodeWindow.NavigateTo.Resharper_NavigateToObjectBrowser

To copy the full type name of a property, method, or class to the clipboard, position your cursor in the relevant spot... (for example)

enter image description here

Now press your new keyboard shortcut (CTRL+ALT-J in my example above).

enter image description here

Once in the object browser, you can press CTRL+C immediately to copy what you want to the clipboard.

Flip over to any ol' application now and press CTRL+V to paste the contents..

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文