vscode-fortran-ls icon indicating copy to clipboard operation
vscode-fortran-ls copied to clipboard

Allow C Preprocessing

Open EdSantilli opened this issue 3 years ago • 0 comments

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 #.

EdSantilli avatar May 04 '21 15:05 EdSantilli