TAB completionIJavascript provides a completion list for both Javascript keywords and object properties. This completion list is shown when TAB is pressed:

It can be used to complete object properties accessed using the dot operator (.):

or the bracket operator ([]):
