Skip to content
New issue

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

Find completions within generic interface blocks #103

Closed
mscfd opened this issue Mar 28, 2019 · 0 comments
Closed

Find completions within generic interface blocks #103

mscfd opened this issue Mar 28, 2019 · 0 comments

Comments

@mscfd
Copy link

mscfd commented Mar 28, 2019

A completion request within the generic interface block fails for the code below:
fortls --debug_rootpath . --debug_completion --debug_filepath test9.f90 --debug_line 4 --debug_char 24

On the other hand, a completion request for the interface line itself returns my_sub_xyz (which I think is a bit doubtful?):
fortls --debug_rootpath . --debug_completion --debug_filepath test9.f90 --debug_line 3 --debug_char 17

module mod

interface my_sub
   module procedure my_
end interface

contains

   subroutine my_sub_xyz()
   end subroutine my_sub_xyz

end module mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants