IMHO, this was a major oversight in the VB6 IDE that should have been included.
We can right-click in code (getting context menu and selecting "Definition") and go to the declarations of about everything else. But the ability to do this within the IDE for Type (UDT) declarations was overlooked.
This Add-In fixes that.
Just compile it to wherever you keep your VB6 IDE Add-Ins, load it within the IDE, and the new option will be on the code window context-menu:
![Name: TypeDefinition.png
Views: 56
Size: 10.8 KB]()
Enjoy
We can right-click in code (getting context menu and selecting "Definition") and go to the declarations of about everything else. But the ability to do this within the IDE for Type (UDT) declarations was overlooked.
This Add-In fixes that.
Just compile it to wherever you keep your VB6 IDE Add-Ins, load it within the IDE, and the new option will be on the code window context-menu:
Enjoy