Is there a Perl extension for Visual Studio?

Visual Studio Update 1 RTM now (2015) has Perl support, along with Go, Java, R, Ruby, and Swift.


Old Answer (still applies unless you are using Visual Studio Update 1 RTM (2015) or later)

In short. No, there doesn't seem to be a good plugin for it.

If you use Perl rarely, I would recommend sticking with Visual Studio for Microsoft languages and Padre for Perl.

However, if you use Perl as much or more than Microsoft languages, you might want to check out Emacs, which has support for C#, VB.NET, and Perl. Emacs is designed to be a "one-stop-shop" for all you do all day long, including browsing the web. You can come into work, start using Emacs and never have to leave it until it is time to go home.

disclaimer: The answer above is geared toward the Original Poster. I'm a big fan of vim. Personally, if I were thrust into a situation where I had to work with C# and Perl on the same project, I would get ViEMU for Visual Studio and then use two editors: Visual Studio for C# and vim for Perl.


If this is something you are willing to spend some time on, check out defining your own syntax highlighting for Visual Studio.