Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran files with extensions other than F90, FOR, F in Visual Studio

Adrian_F_1
Beginner
856 Views

How do I tell Visual Studio that a certain extension other than F90, FOR, F must be treated exactly the same way visually and debug-wise as a Fortran file?  Say it's a INC file, and when I look at it in Visual Studio I want it to behave like a F90 file, in appearance, debug hovering, etc.

I thought that Tools -> Options -> File Extension might help, but Intel Fortran is not listed as an Editor

0 Kudos
3 Replies
IanH
Honored Contributor II
857 Views

See Tools > Options, Intel Compilers and Tools > Visual Fortran > General > Free Format Extensions > Sources.

0 Kudos
Adrian_F_1
Beginner
857 Views

I found it in Tools -> Options -> Intel Compilers and Tools -> Visual Fortran -> General -> Extensions

0 Kudos
Reply