When coding and editing, I often find myself using the “Go To” in the context menu. So to edit a method in an instantiated class is simple. My problem is when that class uses an interface and then Go To will bring me to the interface’s method stub, instead of the class which implemented that interface. So, I’m often getting lost in the explorer/tree. I’ve submitted a feedback case for this behavior: <https://xojo.com/issue/52547>
Is anyone else experiencing this? How are you navigating your projects in a more fluid way? Can a workaround be an IDE script?