pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Allow to browse a method when selection is selector

Open demarey opened this issue 1 year ago • 1 comments

Describe the request When doing a browse (CMD+B or CTRL+B) on a class, it will open a browser on a class. Browsing an expression will evaluate it and browse the class of the result of the evaluation. Browsing a selector (e.g. selectAll) will browse UndefinedObject...

@Ducasse proposes to browse implementors of this selector instead of browsing UndefinedObject

demarey avatar Aug 09 '24 14:08 demarey

depends on https://github.com/pharo-spec/Spec/issues/1583

demarey avatar Aug 09 '24 14:08 demarey

Can we close this issue now?

hernanmd avatar Sep 26 '24 08:09 hernanmd