Difference between revisions of "Fortran syntax highlighting"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "VMS IDE supports syntax highlighting for Fortran. {| style="border-style: none;" |- |rowspan="1"| Pascal-syntax-example|frame|left File:Pascal-...")
 
Line 3: Line 3:
 
{| style="border-style: none;"
 
{| style="border-style: none;"
 
|-
 
|-
|rowspan="1"| [[File:Pascal-syntax-1.png|Pascal-syntax-example|frame|left]] [[File:Pascal-syntax-2.png|frame|left|Syntax check]]
+
|rowspan="1"| [[File:Fortran-1.png|Fortran-syntax-example|frame|left]] [[File:Fortran-2.png|frame|left|Syntax check]]
 
|style="vertical-align:top; padding-left: 20px;" |
 
|style="vertical-align:top; padding-left: 20px;" |
  

Revision as of 07:36, 18 November 2019

VMS IDE supports syntax highlighting for Fortran.

Fortran-syntax-example
Syntax check

Features

  • Autocomplete

Autocomplete shows you code completion, hover info, and signature information so that you can write code more quickly and correctly.

  • Error checking

Check syntax errors in real time.

  • Jump to definition (variables, routines)

Code navigation lets you quickly navigate Fortran projects (context menu). Go to Definition F12 - Go to the source code of a symbol definition. Peek Definition Alt+F12 - Bring up a Peek window that shows the definition of a symbol. Peek References Shift+F12 - Bring up a Peek window that shows all references to a symbol. Find All References Shift+Alt+F12 - Show all references to a symbol.

  • Rename (variables, routines)

Rename feature lets you quickly rename symbols Fortran projects (context menu). Press F2 to rename the symbol under the cursor across your Fortran project.

  • Hover information

Hover over a Fortran symbol to quickly see its type information. You can also show the hover info at the current cursor position with the Ctrl+K Ctrl+I keyboard shortcut.