http://qs1969.pair.com?node_id=956739


in reply to A good editor for Perl sources

I'm also using Komodo IDE, got a license at work for it.

It's very good, however my biggest complaint is that it doesn't understand Moose code, for example autocomplete doesn't work with my Moose modules. So I disabled autocomplete completely as it doesn't make sense for me.

On that note: Does anybody know a Perl IDE which understands Moose code for features like autocomplete?

Replies are listed 'Best First'.
Re^2: A good editor for Perl sources
by LanX (Saint) on Feb 28, 2012 at 23:10 UTC

      Emacs.... Yes... I've heard there's a good editor for that platform. ;)

      Couldn't resist.


      Dave

        >I've heard there's a good editor for that platform. ;)

        for instance at least 3 builtin VI-emulation modes ... ;-)

        Cheers Rolf

        Hei, didn't you want to show me how Geany/Scintilla re-indents a chunk of perl-code?

        ( Couldn't resist. ;-)

        Cheers Rolf

      Cool, good to know that this exists, although I'm not an emacs-fan.

      If only somebody would do the same for Komodo or vim. Sure, I could try that myself, but I'm not yet annoyed enough to do that ;)

        well perlysense has an explicit interface for other editors like vim, ask the vi community why they don't support it.

        Cheers Rolf