Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

inspect.md

File metadata and controls

15 lines (10 loc) · 494 Bytes

Shift-TAB object inspection

IJavascript has the capability of inspection 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)