just select it in source code and press Cmd-Shift-N (Alt-Shift-N). In Pharo browser/inspector/debugger it works not just for global variables (like classes), but also for: - Class variables - Pool variables - instance variables
- but not for class instance variables (we should fix that!) ;) -- Best regards, Igor Stasenko AKA sig.
