Open
Description
Is there an existing request for this?
- I have searched the existing issues
Feature Request
In issue #175 I requested the ability to control where the Fortran modules are placed and this has since been added, which is great. However, you might note this comment.
This is still the behaviour today. In order to get rid of the red squiggles on the use module_name
statements you have to go and load the code that contains the module module_name
so that the .mod
file is generated into the output directory. It's working but you need to click on them one by one.
It would be much better if the .mod
files are generated on the fly when you load a particular source file.
This is an issue on both Windows, when configured with Intel Fortran, and Linux/MacOS when configured with gfortran.