hansec / fortran-language-server

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

Object Not Found In Scope #199

Closed atsetoglou closed 3 years ago

atsetoglou commented 3 years ago

Dear Mr. Hansen,

I am actually trying to use fortran intellisense and fortran language server. I do the inclusions using files of the extension ".defs", as a result I get Object not found in scope and it suggests me to include the ".f90" where I defined the type, but I really have to keep using the .defs files . In the .defs I use the command "use" that as you mentioned is not yet supported. Would you have any suggestions either on how to make it work or on disabling the errors of the specific reason?

Thank you in advance. Apostolos errors