in reply to Re^3: Annotations for Perl
in thread Annotations for Perl

I've investigated possibility to use PPI. I'm lazy as every proper programmer. But it doesn't worked. IDEA lexer should be able to re-lex from random position and re-lexing code many times on each change. With PPI I'll be limited with it's functionality and, for example, can't implement new features, like annotations :)

Well, it was possible, but with almost same amount of work and additional restrictions.