This package contains a complete Fortran language system with everything required to create, edit, execute and debug Fortran programs using Visual Studio. If Visual Studio is not included with this install, it can be downloaded from the same location this package was downloaded from. The package adds many new editing features and comes with integrated documentation.
Fortran programs can be debugged within Visual Studio, which hosts the Fujitsu debugger.
Provides rapid access to information about modules, procedures, interfaces and dependencies.
Outputs a module information file and a library file for use with other projects.
Add/remove references to other Fortran projects or files.
Create a GUI application using the Winteracter Starter Kit
Includes a file in a project but does not copy the file to the project directory.
Allows rapid navigation to individual procedures or modules within a source file.
Assembles a list containing the locations of all references to a particular variable, module or procedure name.
Provides a list of possible names or keywords as you type.
Rapid insertion of pre-installed and user-written code blocks.
Indents the current line to the appropriate level with respect to code context.
Performs line-level formatting of entire documents or selected regions.
Identifies lines of code which contain compile errors.
Searches help topics based on the name at the current cursor position.
User defined collapsible regions denoted by !#region and !#endregion delimiters.
Previous versions supported these features: