I use Vim technically, but for the most part, my platform for developing Perl code has been intelliJ IDEA with the Camelcade plugin, and Devel::Camelcadedb for debugging support (and of course, the vim plugin).

Due to my Open Source work, I was recently approved for intelliJ's Open Source License, which includes every single piece of software they provide, opened to the professional level. I use a few of their tools for C/C++ (CLion, which hooks directly into my Arduino hardware), C# etc.

I also use their PyCharm Professional at work, so every language I code in, I have consistency across the board, on *nix and Windows.

I am not advocating for the company by any means; their free PyCharm/IDEA is what I used for a couple of years for Python/Perl before I realized they had a license for Open Source devs, which is a relatively new offering they provide. Throwing this info out there for others who do a lot of open source stuff that may be interested in looking into it.

If I'm on a box without a UI, just doing a quick hack or don't have access to install anything, it's vi/vim (again, both platforms), especially after fixing a quick thing after doing a pull on one of my Raspberry Pi's.

When I'm on a Windows system where gVim can't be installed, it's Notepad++ if available, and at very worst, Notepad (help my soul without 4-space tabs).

Proud vi/vim user for 15+ years. Tried emacs a couple of times, but you know, you're typically either vi or emacs. I *can* bounce with emacs when necessary, but not very effectively/efficiently.


In reply to Re^5: Perl Developer Survey 2017 results are available by stevieb
in thread Perl Developer Survey 2017 results are available by vrk

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.