> but need some inspiration.

The thread I linked was meant as such. :)

> Komodo 8 autocompletion for defined variables doesn't work, jump to definistion by click works from time to time.

That's surprising but possible. Unfortunately I can't test ATM, my Komodo installation is supposed to be ready in a week.¹

Anyway I hope you are aware about the limitations to parse Perl statically.

If "autocompletion for defined variables" means completing a global variable from a used module, that ain't easy to tell (i.e. which module is used somewhere). Even more for "jump to definistion by click".

At least I can tell from the corresponding features in Emacs.

So please don't expect just adding highlighting will make Perl as easy to analyze as static languages are.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

¹) My emacs was up and running my working environment after a day, even without internet access ;)


In reply to Re^3: Creating Perl5 plugin for Intellij IDEA (criterias ?) by LanX
in thread Creating Perl5 plugin for Intellij IDEA (Camelcade) by hurricup

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.