in reply to Re^2: Request for Comments: More annotations for Perl plugin for IntelliJ
in thread Request for Comments: More annotations for Perl plugin for IntelliJ

Hello hurricup,

Well, if you don’t like Signatures, has a number of other options you should at least consider:

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

  • Comment on Re^3: Request for Comments: More annotations for Perl plugin for IntelliJ

Replies are listed 'Best First'.
Re^4: Request for Comments: More annotations for Perl plugin for IntelliJ
by hurricup (Pilgrim) on Jun 21, 2016 at 08:06 UTC

    The point of annotations - to be able to annotate foreign modules. I can't force DBI author, for example, to annotate his methods with return values or use any signatures.

    But to make my work more comfortable and faster, I'd like to have completion and navigation wherever possible.

    With described approach, I can make file with annotations for any module and get it.

    And plugin supports default perl signatures and Method::Signatures::Simple and know how to work with them.