hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

Old style character array declaration with star not recognized #134

Closed letmaik closed 5 years ago

letmaik commented 5 years ago

Example from some old code:

CHARACTER, INTENT(IN)    :: S*(*)

And the error is:

Variable "S*" with INTENT keyword not found in argument list

This may be related to #130 but it looks like a separate issue.

chyiever commented 2 years ago

so, do you get a good solution about this problem now? I faced this bug too.

gnikit commented 2 years ago

I believe it has been fixed. Could you mention your fortls version, any user settings and also post a minimal working example?