You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: