Skip to content
Perl5 plugins for IntelliJ IDEA
Java Perl Raku Lex HTML Prolog
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
.idea
docker
embedded
gradle/wrapper
grammar
htmlmason
icons
images
lib
mason-core
mason2
mojo
perl-utils
plugin
testData/testlib
tt2
wiki
wsl
.gitignore
.travis.yml
ISSUE_TEMPLATE.md
LICENSE
README.md
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

Perl5 plugins for IntelliJ IDEA

Build Status Coverage Status Chat on gitter

This repo contains a bundle of Perl5-related plugins for JetBrains IDEs.

Current versions of plugins may be found in JetBrains repo.

This repository contains following plugins:

  • 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:
  • 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:

  1. Clone this repo to your hard drive
  2. Go to the repo directory
  3. Run ./gradlew buildPlugin (this builds all plugins from the repo)
  4. In the plugins dialog of your IDE, use Install plugin from disk... option
  5. 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.

Donate to support Project

YourKit supports open source projects with its full-featured Java Profiler.

Optimized using YourKit Java Profiler

Wiki: https://github.com/hurricup/Perl5-IDEA/wiki

You can’t perform that action at this time.