Perl 6 language support for the Atom IDE
powered by App::Perl6LangServer
.
This Language integration is built on top of atom-languageclient.
perl6 -c
)App::Perl6LangServer
# Install IDE-Perl6 Atom plugin$ apm install ide-perl6
Ctrl
+ ,
) by searching for
ide-perl6
.Note: you need to have a working installed Rakudo Perl 6 Compiler. You can install the latest monthly pre-compiled packages from nxadm/rakudo-pkg or Rakudo Star distribution from here.
Note: You need also install App::Perl6LangServer
:
# To install Perl 6 language server executable.$ zef install App::Perl6LangServer# If you are using rakudobrew, this is needed to update executable path after# installation.$ rakudobrew rehash
If the plugin is not working as expected, you can try enabling logging to debug it:
Ctrl
+ Shift
+ I
.atom.config.set('core.debugLSP', true)
in the console.Ctrl
+ Shift
+ F5
.Ahmad M. Zawawi, azawawi on #perl6.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.