Locate assembly where a class sits

I'd like to be able to know in what of my dependencies a class is being defined. Currently you can navigate to a class source code of a class and the decompiler synthetizes a source code for you, but there's no indication on where is the code of the class. Is there any option, or navigation feature for that? 

0
1 comment

Hello Viera,

If you hover over the class you can see the source. Here you can click 3 dots, click Open in Toolwindow and then choose Edit you should see the source. You can also click on breadcrumb to navigate to assembly itself.

 

0

Please sign in to leave a comment.