This package provides:
- definitions@0.1.0
- code-actions@0.1.0
- outline-view@0.1.0
- code-highlight@0.1.0
- find-references@0.1.0
- code-format.range@0.1.0
- autocomplete.provider@2.0.0
This package consumes:
Perl 6 language support for the Atom IDE
powered by App::Perl6LangServer.
This Language integration is built on top of atom-languageclient.
perl6 -c )
# 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.