Bug 18651
Summary: | Add completion list to console autocomplete | ||
---|---|---|---|
Product: | WebKit | Reporter: | Christopher Masto <chris> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | apavlov |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Christopher Masto
The JavaScript Console in the Web Inspector has some kind of auto completion going on, but the standard OS X mechanism of popping up a list of potential completions by pressing F5 or Option-Esc doesn't work. Esc opens and closes the console, Option-Esc does nothing, and F5 completes words from the system dictionary. It would be great to have a completion list for those times when you can't quite remember the name of a function.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
You can press the tab key to cycle through multiple matches.
Alexander Pavlov (apavlov)
*** This bug has been marked as a duplicate of bug 65511 ***