Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable automatic opening of object browser?

Is it possible to open the class code file instead of the object browser when I click on "go to definition"?


1 Answers

Just right click on the file in solution explorer and hit view code.

UPDATE:

You might want to check out this question Visual Studio Go to Definition (F12) opens Object Browser instead of Code View

like image 164
Alexis Reyes Avatar answered Oct 19 '25 02:10

Alexis Reyes