-
With this minimal example:
```fortran
module class_myclass
implicit none
private
public myclass
type :: myclass
private
contains
procedure(my_func), de…
-
Is there one already?
I would like the language server to provide all methods and variables (derived types, etc.) in a given module in the Outline section in the left. It should be fast (immediate)…
-
Use json file parse settings to the extension similar to C++. The idea is to use that same json file to parse options to `fortls`. For that we will have to rewrite `fortls` to allow such flexibility.
-
This project currently does not have any explicit contributing guidelines. It would be nice to have some guidelines on reporting issues, contributing patches, etc..
-
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 …
-
keep getting the following error message in my project in VSC
![image](https://user-images.githubusercontent.com/11255899/147953884-d7f03955-bca5-467b-9a80-ec0588c656ba.png)
have the path defin…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Not really a bug and not really a feature, but more of an annoyance. In a somewhat recent update o…
-
The fortls linter gives an `IMPLICIT statement without enclosing scope` on the IMPLICIT statement like this:
```
BLOCKDATA
IMPLICIT NONE
COMMON /GRAPHQWDATA/ CCLIENT
CHA…
-
**Describe the bug**
Given a fixed-form Fortran file that has a comment line which includes a semicolon, all text after the semicolon in the comment line is parsed as regular code. This can confuse t…
-
First, fortran-ide is only working when I also add a project folder. When I open a .f90 file without adding a project folder, outlook, hover, and find reference do all not work. Outline shows me
>…