Is there an Intellij plugin for Perl 6?

I am looking for a Perl 6 plugin for JetBrains editors like IntelliJ IDEA, PyCharm or PhpStorm.

Related problem:

https://github.com/Camelcade/Perl5-IDEA/issues/1554

Can someone recommend something? Or should I try a different IDE?

The syntax is now incorrectly highlighted because I am using a plugin for Perl 5

+6
source share
1 answer

I can’t speak for IntelliJ editors (which I heard about from my colleagues).

Vim works well

Vim Perl 6. vim, , . , , , .., . . , .

, Vim , . , (.. " " ). , , k, . , y y, . "-" . .


, :

Vim code showing consistent syntax coloring throughout.

Vim Perl 6 , . . , ( Vim) , .

Vim code showing weird syntax coloring in the bottom third.

Perl 6 Perl 6, , , Perl 6. , , , Vim .

Vim , .

+6

All Articles