This repo contains a bundle of Perl5-related plugins for JetBrains IDEs.
Current versions of plugins may be found in the JetBrains repo: Stable builds or EAP Builds.
In order to get updates to EAP builds from the IDE, you need to add the EAP repository to the list of plugin
repositories: https://plugins.jetbrains.com/plugins/eap/list
- Perl plugin (
plugin
) - base plugin with perl & pod support and all basic features (repo). - Template Toolkit Support (
lang.tt2
) - Mojolicious Support (
lang.mojo
) - Mason framework (
lang.mason.framework
) - core plugin of Mason plugins:- HTML::Mason Support (
lang.mason.htmlmason
) - Mason2 Support (
lang.mason.mason2
)
- HTML::Mason Support (
- Embedded Perl Support (
lang.embedded
) - adds support for php-like perl syntax with<?
and?>
markers.
You can always build and install current development version of any plugin:
- Clone this repo to your hard drive
- Go to the repo directory
- Run
./gradlew buildPlugin
(this builds all plugins from the repo) - In the plugins dialog of your IDE, use
Install plugin from disk...
option - Choose plugin file in the
build/distributions
directory of the respective plugin root
If you want to participate in development, don't forget to read our contribution policy.
- Camelcade twitter - here you may find links to the most recent dev builds
- Camelcade wiki
- Discussions
YourKit supports open source projects with its full-featured Java Profiler.