Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

11.9.1 Input Candidate List (Content Assist)

Content Assist (also referred to as Code Assist) can be used for coding. Place the cursor at the appropriate position on a line, and perform one of the operations listed below. A list of available input candidates is then displayed in a box in the window.Select "Edit" > "Content Assist" from the menu bar.

The following figure is a display example of Content Assist of the IDL editor.

When suitable input candidates are found, the IDL editor displays a list of the available input candidates in a box in the window. A keyword can be entered to further narrow down the candidates on the list.

For example, type "s" and press the "Ctrl+Space" key. The box in the window will display only the candidates that begin with "s".

Note

Content Assist cannot be used while the cursor is:

  • In a single-line comment

  • In a multiple-line comment

  • Within a string or string literal