bscan

Results 29 comments of bscan

Hey, I'd love to see this implemented too. I commented this on the Jira ticket as well, but an important use case is Kaggle Notebooks. They are becoming popular ways...

Thanks for the report. Lexical subroutines are certainly worth supporting and should be fairly straightforward. Scoping is much harder and the Go To Definition doesn't currently attempt to resolve based...

Hi Jon, thanks for filing the issue. Currently the includePaths setting supports `$workspaceFolder` as a variable, which can be used like `$workspaceFolder/foo` as well. If you have single folder open,...

Thanks @oalders! Excited to see you chiming in here. We're doing a hackathon at the Perl Conference on Tuesday, so I added this ticket as part of a pile of...

Sure, contributions always welcomed. Is there a way to use this as a library instead of an command line interface? Currently, users set their perl executable, and then everything runs...

Sounds great, thanks! I think using it as as a tidier first would be easiest and most consistent with the language server model, although both modes sound good. If you...

Sure, I think you have two options: 1. If you want to run a full environment of the Navigator, you can check out the repo and use the built-in Run...

One additional piece. You'll likely want to set `"perlnavigator.trace.server": "verbose",` if you are looking at the logs

Thanks! Looks like both of these reports showing crashing on `workspace/workspaceFolders` in Neovim 0.6.1. This feature was only added to neovim very recently and is not be part of the...

@WhoIsSethDaniel thanks for testing and putting this together. I greatly appreciate it. Any feedback on the extension itself? I'm curious how well it works in Neovim. If you would be...