RESOLVED FIXED 54286
Web Inspector: console should autocomplete properties of functions.
https://bugs.webkit.org/show_bug.cgi?id=54286
Summary Web Inspector: console should autocomplete properties of functions.
Pavel Feldman
Reported 2011-02-11 08:01:43 PST
Today we autocomplete properties on objects only. Should suggest ones for functions as well. Patch to follow.
Attachments
Joseph Pecoraro
Comment 1 2011-03-10 10:44:34 PST
Patch never followed? Doh. Or is this already done? js> x = { alpha: function(){} } js> x.al| => does autocomplete to alpha
Pavel Feldman
Comment 2 2011-03-10 12:22:50 PST
Done while migrating completions to eval last week.
Pavel Feldman
Comment 3 2011-03-10 12:23:27 PST
(and it was about x.alpha.toStr|)
Joseph Pecoraro
Comment 4 2011-03-10 12:53:15 PST
Gotcha. Thanks!
Note You need to log in before you can comment on or make changes to this bug.