开发者

VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]

开发者 https://www.devze.com 2023-03-25 19:27 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_运维技巧

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

Is there a visual studio add-on to copy the full type name of the identifier under the cursor into clipboard? Please DO NOT link me to "VS 2010 - easy way to copy full type name of a class/interface?" I don't want to deal with macros; only add-ons. Thanks :)


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

VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]

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

VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]

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

VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]

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..

VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号