I am working on a large c# code base. I would like to know what is a good tool for code navigation? e.g. find out which class inherits a particular interface? where does this method get called?
Should I install ctags? Or Using the search in Visual Studio is already the best tool available?
Thank you.