Squeak SmalltalkJoker Squeak Smalltalk : Tools Tricks Usage : prevnext Shortcuts For Browsers

a) type in a message selector and hit Alt-m - this will give you all 
the iMplementors of that message (the same can be obtained from the 
browser's message list menu choosing "implementors of...")
b) type in a message selector and hit Alt-n - this will give you all 
the seNders of some message (the same from the browser's message list 
menu choosing "senders of...")
c) type in a *partial* message selector and hit Alt-W (Alt-Shift-w) - 
this gives you a list of messages with matching names and their 
implementors 
d) type in a class name and hit Alt-b - this gives you a 
class browser on the class
e) type in a class name and hit Alt-N (Alt-Shift-N) - this gives you a 
list of all messages that use this class (the same from the browser's 
class list using "class refs")