Closed
Bug 1549169
Opened 6 years ago
Closed 6 years ago
Should autocomplete access of result when calling a function
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1460518
People
(Reporter: violet.bugreport, Unassigned)
Details
When I type in console:
getComputedStyle(myElement).
after the final dot . is typed, I'd expect devtool to give me autocomplete suggestion.
Especially when I type:
getComputedStyle(myElement).w
It'd be much more convenient to have autocomplete than having to type the whole word .width.
Chrome does this.
Comment 1•6 years ago
|
||
Thank you!. I agree this is super useful to make typing easier and on our medium-term roadmap.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•