I'm not a developer by trade, but I do coding in the course of my job. I'm also not a language monogamist - I use whatever I have to based on the others I'm working with. Given *my* choice, it's Perl.

I happily use Notepad++ (I'm pretty exclusively on Windows, so Strawberry Perl as well) for my "IDE" with *lots* of plugins / customizations. Let's call it an IDE-lite - not good enough for a serious developer, but good enough for me.

I like that the text editor portion of my "IDE-lite" (Notepad++) is consistent when I switch from Perl to Python to XML/XSLT to C++, etc... Beyond the simple copy/paste keyboard shortcuts - ALL my shortcuts are the same - Compile/Run, Lint, format code, right-click menu, etc... all the same shortcuts because the same underlying editor. I don't have to learn all new shortcuts when using a Perl-specific IDE and a different Python-specific IDE and a different Java-specific IDE ...

Lots of folks I work with are using VS Code now though and for consistency, I'm looking at it. It works well with Python and C++ and other language in use here, but the Perl support is pretty lacking. I've found 2 Perl extensions worthy of note:

The latter seems to work pretty well and I find the lack of a debugger a non-starter, so that's good. But the Perl extension is supposed to provide the function list parsing and intellisense-like completion as well as Perl Tidy, but I can't get it to work (I have ctags installed and working separately). I'm trying to make it work, but I keep going back to my Notepad++ setup.

QUESTION: Is anyone here using VS Code for Perl development? What is your experience? What extensions are must haves?


In reply to OT: Yet Another IDE Question (VS Code) by VinsWorldcom

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.