Closed
Bug 717366
Opened 13 years ago
Closed 12 years ago
Add autocomplete for JavaScript in Scratchpad
Categories
(DevTools :: Source Editor, defect, P3)
DevTools
Source Editor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 762164
People
(Reporter: msucan, Unassigned)
Details
(Whiteboard: [sourceeditor][orion])
We need to implement some kind of JavaScript autocomplete in Scratchpad.
The initial implementation could either autocomplete the keywords already used in the source code the user is editing, or we could do something like the Web Console autocomplete works: when keywords are inputted, the user would get a list of available objects in the sandbox, and the sub-properties/sub-methods, etc.
This feature needs support code from Orion upstream which is available.
Updated•13 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
I'll... take this :)
You can find a prototype implementation at: https://gist.github.com/53c121d33dfd1e3e18fa
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Comment 2•13 years ago
|
||
Moving to Source Editor component.
Filter on CHELICERAE.
Component: Developer Tools: Scratchpad → Developer Tools: Source Editor
Comment 3•12 years ago
|
||
I've heard someone else does more amazing work with this at the moment :)
Assignee: vporof → nobody
Status: ASSIGNED → NEW
Comment 4•12 years ago
|
||
Should we mark this as a dup of bug 762164?
Comment 5•12 years ago
|
||
Yeah, we should.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 6•12 years ago
|
||
Thanks! :)
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•