Content Assist

TODO

Fortran Declaration View

The Fortran Declaration view displays the line of code where variables, programs, and subprograms are declared. If you put your cursor within or highlight a variable name or the name of a subroutine in a call statement, the Fortran Declaration view will then display the actual declaration. For variables, the declaration view displays the variable declaration as well as a comment regarding the type of variable and other information, such as dimension information for an array as shown in the example below.

Fortran Declaration View

Hover Tips

TODO