Previous Topic Next topic Print topic


IntelliSense and COBOL

Note: The following applies to .NET managed code only.

IntelliSense is a feature of Visual Studio that provides easy access to language elements. It is also available when coding COBOL programs. IntelliSense shows lists of methods, fields, properties, parameters, classes and so on that are available when you type an object name followed by a double colon, an opening bracket or a double quote. You can choose an item from the list to complete the code rather than typing it yourself. Users of procedural COBOL can also gain IntelliSense on their programs.

The following are examples of where IntelliSense pops up:

Previous Topic Next topic Print topic