-
**Describe the bug**
`fortls` does not parse include directives when joining continued lines. This leads to incorrect parsing, including a TypeError when the line-joining – which ignores preproces…
-
Hi, I am the dev behind the [`fortls`](https://github.com/gnikit/fortls) Fortran Language Server. There has been a few discussions in the Fortran community [[1](https://github.com/gnikit/fortls/issues…
-
### Is there an existing request for this?
- [X] I have searched the existing issues
### Feature Request
On Windows, `pip install --user fortls` installs fortls into `%appdata%\Python\PythonX…
-
All,
I decided to try out VSCode with fortls today and when I tried it on my code, I got this from the VSCode...uh...bottom terminal/problems/debug thing? Not sure what it's called, but this was in…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### I have tried the Pre-Release of the extension.
- [X] I have replicated the Issue in the latest Pre-Release
##…
-
I could successfully start the [fortls](https://github.com/hansec/fortran-language-server) language-server with the following options
` "language.fortran.languageServer.command": "fortls",
…
-
I remoted into my linux environment and tried to set the path to fortls executable. It doesn't seem to recognize .F90 files. The same file works fine in windows. I tried setting fortls path for the u…
-
My project contains a lot of declarations like this:
```fortran
REAL &
#ifdef HAVE_CONTIGUOUS
, CONTIGUOUS &
#endif
:: &
var1(:), &
var2(:)
```
The variables `var1` and `var2` do not get re…
-
I am shifting to doom-emacs for writing the Fortran program.
How can I setup Fortran language server on doom-emacs
Regards
Vikas
-
With this minimal example:
```fortran
module class_myclass
implicit none
private
public myclass
type :: myclass
private
contains
procedure(my_func), de…