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
the following field access is accepted by multiple Fortran compilers
TYPE(t_mytype) :: var
var% member =1
However, when hovering over member in VSCode, no information is shown. If there is a variable member in the same scope, its declaration is shown instead.
The text was updated successfully, but these errors were encountered:
@JHenneberg thanks for looking into this, I greatly appreciate it. That was my understanding as well. I think for now this will got on the not-implement pile for fortls
Given some derived type
the following field access is accepted by multiple Fortran compilers
However, when hovering over
member
in VSCode, no information is shown. If there is a variablemember
in the same scope, its declaration is shown instead.The text was updated successfully, but these errors were encountered: