Bug 18651 - Add completion list to console autocomplete
Summary: Add completion list to console autocomplete
Status: RESOLVED DUPLICATE of bug 65511
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 22:23 PDT by Christopher Masto
Modified: 2011-11-18 01:57 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Masto 2008-04-20 22:23:11 PDT
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.
Comment 1 Timothy Hatcher 2008-05-25 13:48:47 PDT
You can press the tab key to cycle through multiple matches.
Comment 2 Alexander Pavlov (apavlov) 2011-11-18 01:57:35 PST

*** This bug has been marked as a duplicate of bug 65511 ***