bscan

Results 51 comments of bscan

> * The segfaults on feature-class and refaliasing won't be fixed before 5.38, and should just be documented as "known bugs" Which segfaults are known, and which are new bugs?...

Thanks @rabbiveesh ! Between your comments and @WhoIsSethDaniel 's debug log, I now see the error. This issue never manifested in vscode because vscode uses node-ipc for interprocess communication, while...

Just going through and trying to clean up some tickets. This one seems to be resolved as many people use the Navigator with neovim now. If there are any other...

This is complete. The settings and the readme both show the usage of `$workspaceFolder`. This variable works for includepaths, perlcriticprofile, and the perltidy profile. Thanks for your patience and thanks...

This seems pretty much done at this point, especially as nvim-lspconfig has the instructions from @WhoIsSethDaniel . Thanks! If there's any additional documentation detail needed, pull requests would be great.

Thanks @m-dango, this is great. Support for tests would be a great addition. I'll take a closer look later this week, but I also wanted to point out this extension...

This is now complete. I still need to add tests and vscode marketplace pushing, but the release workflow is now publishing to NPM. Thanks!

Sure, keeping Raku syntax highlighting sounds good too. However, I'd recommend tracking the upstream repo here https://github.com/Raku/atom-language-perl6 , which is part of the official Raku organization . This is also...

Hi @alexr00 , the Perl (Perl5) grammar is actively maintained in the textmate repo, but the Raku (formerly known as Perl6) grammar in that repo is unmaintained with a last...

I'll add some notes here around the Raku Navigator around your 3 points. ### Module documentation The Navigator includes module documentation rendering written in Typescript that it uses for autocompletion...