Closed
Bug 864213
Opened 13 years ago
Closed 13 years ago
JavaScript Developer Console does not autocomplete vars made in console
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 783499
People
(Reporter: simon.sarris, Unassigned)
Details
Attachments
(1 file)
|
36.66 KB,
image/png
|
Details |
Any variables made within the console do not show up in the console's autocomplete. For instance open the console in Aurora or Nightly and type:
var hello = 5;
Then type the letter "h". You'd expect to see "hello" among the autocomplete options, but it is not there.
This works in Chrome, and when I switch development between the two it can be frustrating.
Comment 1•13 years ago
|
||
It works fine for me in Nightly. Can you update to the latest version and try again?
Comment 2•13 years ago
|
||
It should have been fixed by bug 783499, which landed a couple of weeks ago.
| Reporter | ||
Comment 3•13 years ago
|
||
Oh my you're right, its working just fine in Nightly.
Please close, thank you!
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•