hansec / fortran-language-server

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

Bugfix/get var stack #198

Open masonium opened 3 years ago

masonium commented 3 years ago

This bugfix allows for querying definitions at the beginning of a line, which currently doesn't work. I added a test to verify the new behavior.