Hi, I may be asking an absolute noob question but I was unable to find any useful hints on google ...
I often find myself writing methods that do not yet exist when implementing other methods, e.g. when I'm writing the implementation of methodA I'm calling out to methodB. What's the easiest way to create the new method? I know I can jump aroung through hoops with a separate browser but that feels cumbersome. I understand that the editor/runtime/whatever cannot know 100% of the time where to put the new method but at least for messages to self it should be smart enough to offer some kind of help. -dirk