fortran-language-server
fortran-language-server copied to clipboard
Show constant parameter value in hover
Currently, when hovering over a fixed parameter, the hover information only shows the type of the parameter, but not the assigned value. It would be nice to also show the hard-coded value, since parameters are not introduced to be changed and are therefore constant throughout the code. Of course you can always peek the reference, which is working fine, but it feels like the info is missing in the hover! Thanks!

Are there any news regarding this feature? It would really help a lot!