Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio - view type from metadata

I remember that in previous installations of Visual Studio that I had, when I used the 'go to definition' option on a type that was not in the current solution it would display a tab showing the type as reflected from metadata. My current installation goes directly to the Object Browser. I prefered seeing the metadata version.

Is there any way of choosing what the default behaviour is, or is this something that changed between versions of VS?

Thanks in advance!

like image 525
KevinT Avatar asked Jul 30 '26 00:07

KevinT


1 Answers

To make this happen, the dll containing the class must be added as a reference in your project.

like image 128
Kirtan Avatar answered Aug 01 '26 20:08

Kirtan