gnikit

Results 74 issues of gnikit

Our own interface is slow and annoying to maintain, it would be a good idea to switch to [`pygls`](https://github.com/openlawlibrary/pygls)

enhancement
help wanted
investigate

**Describe the bug** hover over `ARRAY` shows the wrong dimension ```f90 PROGRAM test_associate_block IMPLICIT NONE REAL :: A(5), B(5,5), C, III = 1 ASSOCIATE (ARRAY => B(:,1)) ARRAY (3) =...

bug

From the original repo See: https://github.com/hansec/fortran-language-server/issues/135 The solution that I have in mind is to use the function's/subroutine's signature help (`--use_signature_help`) to distinguish between different instances of an interface. -...

enhancement

The letter case when hovering is fixed to uppercase. There sound be an option or more appropriately (imo) tied to the lowercase_intrinsics option for the hover to be lowercase too....

enhancement

I am in the process of rewritting the documentation parsing to be able to handle more formats. I think it would be possible to attempt to convert LaTex expressions found...

enhancement

If the argument list in a function or a subroutine spans multiple lines, hovering on an argument that is not on the scope start will show two signatures ## MWE...

bug

Trying to rename `localname` in `use rename_mod2, only : localname => originalname` will rename `localname` in the use statement but not in the subsequent scopes and will erroneously rename `originalname`...

bug

I think that using a separate directory for the preprocessor includes, which by design, does not include any of the source directories other than `CWD` is counterintuitive and should not...

enhancement

See: https://github.com/hansec/fortran-language-server/issues/187

enhancement

See: https://github.com/hansec/fortran-language-server/issues/90

enhancement