JSL auto suggestions: waiting time
Typing object << xy
and pressing CTRL + space is a really convenient way to get a list of all possible messages which start with "xy" and can be sent to the specific object. I often use this shortcut to get a list of all possible commands that can be sent to a specific object:
by pressing CTRL + space right after the << But there is one problem:
If the object is not yet defined (because the code was ...