Beaglefoot / awk-language-server

Language Server for AWK and associated VSCode client extension
https://marketplace.visualstudio.com/items?itemName=beaglefoot.awk-ide-vscode
MIT License
91 stars 5 forks source link

Go to Definition doesn't work for indirectly included document #12

Closed Beaglefoot closed 2 years ago

Beaglefoot commented 2 years ago

Go to Definition cannot handle the case where both 'a' and 'b' documents included into 'root' and function defined in 'a' is used in 'b'.

    root
   /    \
  a      b

References work fine though.