VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]
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 questionIs 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] VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]](https://i.stack.imgur.com/9K4G9.png)
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] VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]](https://i.stack.imgur.com/mn8Ms.png)
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] VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]](https://i.stack.imgur.com/koZue.png)
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] VS Add-on to Copy full type name of identifier under the cursor into clipboard [closed]](https://i.stack.imgur.com/xWEv5.png)
加载中,请稍侯......
精彩评论