JumpToType is a CodeRush navigation plugin available via the JumpTo menu (Ctrl+Alt+N). When your caret is positioned on a variable MyVar of type MyClass, clicking 'Type Declaration' will reposition your caret on the declaration ofMyClass. It should be noted that this is different from the standard 'Declaration'option which would have positioned you on the declaration of MyVarrather than of MyClass
This plugin requires CodeRush. You can locate a free trial of CodeRush here. CodeRush is a powerful productivity tool built by DevExpress. It is designed to help you produce higher quality, more readable code with far less effort and in a fraction of the time. |