Julian Henneberg

Results 16 issues of Julian Henneberg

Hi, renaming `some` to `other` fails when: ```fortran function mySub(some) result(res) & bind(c, NAME="someName") implicit none integer(4), intent(in) :: some integer(4) :: res write(*, *) some end function mySub ```...

bug

Autocomplete in use statment providing complete function signature instead of only the name in case of an interface: ```f90 program main use some_mod, only: some_sub(x, y) ! autocomplete should give...

bug

Highlighting of current paramter in signature help is broken. This is happening only when the paramters are provided a way that involves a `,`. In this case by accessing a...

bug

Hello, for now when you hover over a variable which is a type you get what kind of type it is and what are is the intent. ![image](https://user-images.githubusercontent.com/6606609/68192103-206fc180-ffb1-11e9-8d45-e3196260f220.png) It would...

enhancement

When I have an overloaded function and try to find the reference it would be nice if it would be possible to jump right away to the correct funtion and...

enhancement

`-i 2 --case 1 1 1 1` before: ```fortran module myModule implicit none private contains subroutine MySubroutine(int) implicit none integer(4), INTENT(IN) :: int end subroutine MySubroutine end module myModule ```...

enhancement

This is just the PR resulting from the discussion in #504.

documentation

Hey, why are there two *.gits existing representing more or less the same? Do I miss something? `Reference-LAPACK/lapack-release` is missing v.3.9.0 and all recent commits of course and `Reference-LAPACK/lapack` is...

Type: Enhancement

### :speech_balloon: Description We are using a a remote signing tool and for this we need to provide a custom path to this tool. It accepts the same arguments as...