TAB completion

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

Screenshot: TAB complete (keywords)

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

Screenshot: TAB complete (dot)

or the bracket operator ([]):

Screenshot: TAB complete (bracket)