We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug hovering over norm yields incorrect name
norm
To Reproduce
> fortls --debug_filepath tmp.f90 --debug_hover --debug_line 15 --debug_char 17
Testing "textDocument/hover" request: File = "tmp.f90" Line = 15 Char = 17 Result: ======= [{'language': 'fortran90', 'value': 'FUNCTION vector_nonorm(norm)\n!! Doc 2\n REAL(8) :: norm'}] =======
TYPE, EXTENDS(vector) :: scaled_vector CONTAINS PROCEDURE :: norm => scaled_vector_norm !< Doc 3 END TYPE scaled_vector
The text was updated successfully, but these errors were encountered:
gnikit
Successfully merging a pull request may close this issue.
Describe the bug
hovering over
norm
yields incorrect nameTo Reproduce
The text was updated successfully, but these errors were encountered: