Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way within Visual Studio to easily get qualified type names?

I'm looking for an extension/process for getting an object's assembly qualified type name within Visual Studio. I'm aware that you can write a quick console app to output this but find it to be a clumsy process. Ideally, I'd like the ability to right-click on a type name, and have the option to copy it's assembly qualified name to the clipboard in order to paste into my DI Container's configuration file.

like image 842
Jonathan Taylor Avatar asked Dec 19 '11 19:12

Jonathan Taylor


1 Answers

In newer versions of ReSharper you can use the ReSharper/Edit/Copy Fully-qualified name/ Source browser URI to clipboard menu option.

like image 123
emilast Avatar answered Sep 28 '22 06:09

emilast