Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-20 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found