gnikit

Results 172 comments of gnikit

Hey @albertziegenhagel thanks for the issue. Can you set the language type of the .inc file to `FreeFormFortran` and see if there's a difference? I suspect that the file URI...

Yes that is correct. The problem is that diagnostics should be created/destroyed when a file is opened/closed. We can't serve diagnostics to a file that has not been opened yet....

So what you're seeing there is an experimental initialisation process I added a while back that basically tries to generate all the .mod/.smod files for your linter. You should be...

In general, the tools to do this exist. Either fortls, fpm or some other Python package, the problem is that they need a bit of polishing to accomplish this and...

Happy that worked out. BTW the initialisation stuff will be disabled by default in the official release. Same as the options under `experimental`. I have them `on` in the pre-release...

Can you install the pre-release version, and enable `Debug` log level and post the output of the OUTPUT channel (make sure to select Modern Fortran from the drop down menu)....

This is essentially a build system request, which would be very useful. A basic attempt to solve this has been added to the pre-release which I would strongly advise you...