Attila Magyar wrote > It would be really nice to have real message completion in the > debugger/inspector/workspace where the types of the variables are known. > For example, when I'm debugging a method and an instance variable is > already initialized to a String, then the auto completion could show me > only the messages associated to a Strings instead of showing everything in > the image.
This is how it works in Python. After evaluating the first line the variable /a/ becomes a list, so in the second line only list methods are shown. <http://forum.world.st/file/n4844128/screenshot_150819-191603.png> -- View this message in context: http://forum.world.st/Customised-auto-completion-to-give-priority-to-specific-packages-tp4841003p4844128.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.