bscan / PerlNavigator

Perl Language Server that includes syntax checking, perl critic, and code navigation
MIT License
207 stars 40 forks source link

fix: show absolute paths #148

Open delphinus opened 2 weeks ago

delphinus commented 2 weeks ago

Without this, it builds elements (here) with odd paths for local modules.

For example, code contains use Foo::Bar; and it imports lib/Foo/Bar.pm. This makes Uri.file(path).toString() => /lib/Foo/Bar.pm -- This file does not exist.