Fortrant is a Visual Studio Code extension for Fortran, designed to enhance the development experience for Fortran programmers. It provides syntax highlighting, support for various Fortran file extensions, and an improved coding environment.
Features
Syntax Highlighting: Custom syntax highlighting for Fortran keywords, operators, constants, and data types.
File Extension Support: Compatible with the following Fortran file extensions:
.f
.for
.f90
.f95
.f03
.f08
.f2018
.p
.include
Icon Support: Displays a custom icon for Fortran files in the VSCode file explorer.
Snippet Support: Added snippets for common Fortran constructs to improve coding efficiency.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "Fortrant" in the marketplace.
Click the Install button.
Usage
Once installed, open any Fortran file in VSCode to see syntax highlighting, snippet support, and the custom icon in the file explorer.
Changelog
For the latest updates and changes, check the Changelog.
Upcoming Features
Integration with additional Fortran standards and keywords.
Support for semantic highlighting and Language Server Protocol (LSP).
Enhanced debugging capabilities for Fortran code.
License
This project is licensed under the MIT License. See the LICENSE file for details.