Reputation: 2421
I'm trying to search for referenced types in Monodevelop.
I'm fairly new to Mono (and .NET development in general). In Eclipse I'd open a window and I could search for any given type/class in any of the project's referenced libraries.
Is it possible to do such a thing in Monodevelop?
Upvotes: 1
Views: 68
Reputation: 16153
To search types in referenced assemblies in MD 3.0, open the assembly browser and use the search panel there. To navigate to types in your own projects, use the Navigate To command.
Upvotes: 1