vscode-fortran-ls
vscode-fortran-ls copied to clipboard
Allow C Preprocessing
Problem: I typically send Fortran files through a C preprocessor before sending them to a Fortran compiler. The C preprocessor directives confuse Fortran Intellisense to the point where it cannot identify function names.
Possible solution: Intellisense can ignore lines that begin with #.