ide-perl6

Perl 6 language support for Atom-IDE

azawawi

1,661

0

0.2.1

MIT

GitHub

This package consumes the following services:

IDE-Perl6

Perl 6 language support for the Atom IDE powered by App::Perl6LangServer.

This Language integration is built on top of atom-languageclient.

Features:

screenshots/diagnostics-screenshot.gif

Plan:

Install

# Install IDE-Perl6 Atom plugin
$ apm install 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

Debugging

If the plugin is not working as expected, you can try enabling logging to debug it:

Author

Ahmad M. Zawawi, azawawi on #perl6.

See Also

License

MIT License