hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

Handling of multi-line comment description #118

Closed AndreHorst closed 5 years ago

AndreHorst commented 5 years ago

When having a multi-line description of an object (variable, function, etc.): fls_1

the tooltip when hovering the variable it only showing the comment lines below the declaration. Is that a feature or a bug? fls_2

hansec commented 5 years ago

That is definitely a bug. Thanks for the report!

AndreHorst commented 5 years ago

Ok thanks! Still, can you confirm it's a bug in the language server? I'm using vscode with the Fortran Intellisense extension, so the bug might be even there. I didn't think of that while writing this issue here.

Keep up the greet work!

hansec commented 5 years ago

Yeah, it was an issue with the language server. It should now be fixed (see commit above) in the next release branch v1.10. Thanks for the report!

AndreHorst commented 5 years ago

Thanks! Great job!