Monks,

I typically do my Perl coding in Eclipse with the EPIC plugin. Eclipse has lots of great features and is pretty versatile.

I am currently doing some coding/testing on a remote server that only runs a Linux terminal. In days past I would just suck it up and use vim or similar, which is fine for smaller projects or quick scripting. This time I will be undertaking a larger project and I'd really like the convenience of a feature-rich IDE.

So I did some looking around and tried to use Eclipse, EPIC and RSE. The plan was to work on my remote project through RSE ssh. As it turns out, EPIC is not compatible with RSE - something about only using the local perl interpreter, blah blah. It simply won't allow me to create projects with RSE paths.

My workstation is Windows 7, so I cannot just set up a sshfs connection, which was my second thought and would've been a simple fix.

Now, I don't really need to be able to run/test my code through my IDE (though it would be nice). I'm working primarily on a Catalyst project, so code changes are incorporated automatically into my testing application.

So I'm on the prowl for a nifty new IDE or perhaps a workaround for EPIC+RSE. Any recommendations, what do you use?


In reply to IDE for Remote Coding/Testing by temporal

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.