Feb. 20, 2016
10:38 a.m.
Hi 2015-08-19 19:04 GMT+02:00 Attila Magyar <m.magyar3@gmail.com>:
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.
Future is close. Playground already provides such completion. Try type "1 ab" and you will see only messages from numbers.