Autocomplete for bracket notation

Published on Updated on

Console Panel autocomplete with properties (bracket or dot notation)

Autocomplete in the Console Panel not only works with regular dot notation (e.g. window.onloadwindow.onload), but also with square bracket notation e.g. window['onloawindow['onload'].

Even if you have an array, you get autocomplete for the index e.g. arr[0arr[0].

Updated on Improve article

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.