hansec / fortran-language-server

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

Warning about non declared variable #129

Open mcocdawc opened 5 years ago

mcocdawc commented 5 years ago

It would be a great diagnostic if the language server could warn about non declared variables.

It would be even greater, if the warning could always appear and does not depend on the appearance of implicit none. (This could be made opt in). Actually this would make it easier to implement as well. ;-)