Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't manage to indicate fortls where to find module files #36

Open
sbrisson-sudo opened this issue Apr 10, 2021 · 2 comments
Open

Can't manage to indicate fortls where to find module files #36

sbrisson-sudo opened this issue Apr 10, 2021 · 2 comments

Comments

@sbrisson-sudo
Copy link

sbrisson-sudo commented Apr 10, 2021

Definitely not a bug, I just don't get how to tell Fortran Intellisense where to look for imported modules
I tried to tell Fortran Intellisense where to look out for modules :

  • Via settings.json in VS code
"fortran.includePaths": [
        "path_to_include"
    ],
  • Via .fortls directly
  "include_dirs": [
  	"path_to_include"
	],

But I keep having "not found in project" warning when importing (with USE statements).
Sorry if I missed a part of the documentation

@HuiH-Hui
Copy link

I meet the same problem

@xizou
Copy link

xizou commented Jul 20, 2021

Same here, seems related to the upper stream fortls implementation. Tried to use a configuration file .fortls, but still no luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants