bscan / RakuNavigator

Raku language support and language server
MIT License
50 stars 3 forks source link

List Modules Available for Import #8

Open bscan opened 2 years ago

bscan commented 2 years ago

It would be nice to have the a raku script that outputs the list of installed and available raku modules. This could be used in autocomplete following a "use" statement. The Perl Navigator already has a script that generates this for Perl ( https://github.com/bscan/PerlNavigator/blob/main/server/src/perl/lib_bs22/ModHunter.pl ). Note that this should include local available modules from the workspace, and not simply be a list of installed modules from zef.