It would be great if I could select a view / function / procedure and have two extra choices in the right click context pop up window.
1) Show all the views / functions / procedures that use the selected one
2) Show all the views / functions / procedures that the selected one uses
(Maybe extend that to show me all the tables used by the selected item as well.)
The output could go to the info tab perhaps.
Currently I have to do this by dumping the database as sql and using a text editor to search the sql for matches on the name.
If anyone uses Delphi then you know what I mean as that has this feature to search for references to a procedure or function.