fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
254 stars 40 forks source link

Feature Request: Support LSP features for construct names #424

Open oxcrow opened 2 months ago

oxcrow commented 2 months ago

Fortran code becomes verbose, thus using construct names on do loops, blocks, etc. is common way to keep track.

Although they're so widely used in Fortran, they're not supported by fortls.

I think it would be helpful if we could:

The construct names / labels, are highlighted as blue in this image.

Thanks

code