Shift-TAB object inspection

IJavascript has the capability to inspect the value of an object or its documentation if available.

To show the content of a variable, move the cursor to the end of that variable and press Shift-TAB:

Screenshot: Shift-Tab inspect (value)

When available, IJavascript will show the associated documentation instead:

Screenshot: Shift-Tab inspect (doc)