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

Include types in completion list after public keyword #120

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

Include types in completion list after public keyword #120

mscfd opened this issue Jun 28, 2019 · 0 comments

Comments

@mscfd
Copy link

mscfd commented Jun 28, 2019

For the code below, the completion request
fortls --debug_rootpath . --debug_completion --debug_filepath test.f90 --debug_line 6 --debug_char 11
does not provide "some_type".

test.f90:

module mod

implicit none
private

public som

type :: some_type
end type some_type

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