Replies: 1 comment
-
|
Latest developments:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Using
fortls 2.13.0inKate 22.12.3onDebian 12.Module
/usr/include/netcdf.modis not found byfortls, so I cannot browse any of the module's functions and variables. The use statement isUSE netcdf, and the error reported isModule "netcdf" not found in project.All other intrinsics and locally defined variables and methods are properly found. The code compiles properly as well with
f95 netcdf_tests.f90 -I /usr/include -L /usr/lib/x86_64-linux-gnu -lnetcdff -o netcdf_tests, and the executable runs properly as well.The exact same setup using
fortran-language-serverfrom official Debian repos finds the module, and browses its functions and libraries correctly. All this tells me it is strictly afortlsissue.My
.fortls:{ "command": ["fortls"], "rootIndicationFileNames": [".fortls"], "url": "https://github.com/fortran-lang/fortls", "highlightingModeRegex": "^Fortran.*$", "lowercase_intrinsics": false }Any idea what is failing here? Am I missing a setting?
Thanks is advance...
Beta Was this translation helpful? Give feedback.
All reactions