Intellisense
The Intellisense window allows you to quickly locate commands for a given handle, as well as their parameters.
Display Modes
![](../../images/hypergraph/intellisense_commandwindow.png)
Figure 1.
- Popup
- Popup displays the Tcl/Tk command names within the console, relative to the location of the last line of text in the window. Once you select an API when in popup mode, the Intellisense window is dismissed.
- Docked
- Docked displays the Tcl/Tk names on the right side of the console, as shown in the image below.
Selecting Command Names
![](../../images/hypergraph/intellisense_docked.png)
Figure 3.
Variables are supported. When a valid handle is set to a variable, typing that variable name preceded by a dollar sign, $, invokes the Intellisense popup for that handle.
The more specific you are with the text you enter, the fewer choices are displayed in the two examples below.
![](../../images/hypergraph/intellisense_ex2.png)
Figure 4.
![](../../images/hypergraph/intellisenseex3.png)
Figure 5.
- Click the command name with the left mouse button or use the up/down arrow keys to scroll through the list and press the Tab key to select.
- Double-click the on the command name from the list.
- Press F1 to display the online help for the selected API.
![](../../images/hypergraph/intellisense_ex1.png)
Figure 6.
![](../../images/hypergraph/intellisense_capactwin.png)
Figure 7.
test.jpg is created.
The Intellisense menu is available in the following products: HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, TableView, and TextView.