Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP) - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T11:14:47Zhttp://stackoverflow.com/feeds/question/14193http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php3Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)The How-To Geek2008-08-18T04:44:32Z2008-12-13T07:33:58Z
<p>I've been thinking about switching from my current PhpEd / UltraEdit combination to using this VS.PHP plugin that I just found a few days ago. The problem is that I don't have much free time, so I'm hoping that there are other people who can give me an opinion on it, especially concerning the remote debugging capabilities since I always run the dev server on a linux VM.</p>
<p>Since I primarily do C# work in VS for my regular job, it would be great to stay in the same environment even when working on all of my personal PHP projects (and no, I'm not a big fan of PHP but I'm pretty much forced to use it).</p>
<p>Edit: I have tried the various Eclipse-based environments, but have always had issues getting debugging to really work well. PhpEd has the best debugger that I've used so far.</p>
<p><a href="http://www.jcxsoftware.com/" rel="nofollow"><a href="http://www.jcxsoftware.com/" rel="nofollow">http://www.jcxsoftware.com/</a></a></p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/14211#142110Answer by Jeremy Privett for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)Jeremy Privett2008-08-18T05:27:14Z2008-08-18T05:27:14Z<p>I never made it past the install. I opened up a PHP file and noticed that it used its own fonts and coloring scheme. Searched in the settings for well over an hour trying to find the settings to fix the colors so it wouldn't be black on black. Didn't find anything. Uninstalled.</p>
<p>If you're looking for a good IDE to use with PHP, the best option available is Zend Studio. And don't go with the Eclipse version unless you love Eclipse and the huge resource hog that it is. Go with version 5.x. It's what I use and I absolutely love it.</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/14223#14223-2Answer by Tuoski for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)Tuoski2008-08-18T05:41:49Z2008-08-18T05:41:49Z<p>Is there any good free alternatives for VS.PHP?</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/14225#142252Answer by RobotCaleb for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)RobotCaleb2008-08-18T05:45:51Z2008-08-18T05:45:51Z<p>I remember being disappointed by it. I haven't touched it in a couple of years, though. I tend to use Dreamweaver for my PHP editing simply because its site manager seems to work quite well. I also tend to not code in PHP anymore, though.</p>
<p>You could try sticking to your current methods and using Firebug to help debug your PHP.</p>
<p><a href="http://www.appelsiini.net/2007/2/debugging-php-with-firebug" rel="nofollow">http://www.appelsiini.net/2007/2/debugging-php-with-firebug</a></p>
<p><a href="http://www.firephp.org/" rel="nofollow">http://www.firephp.org/</a></p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/15042#15042-1Answer by The How-To Geek for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)The How-To Geek2008-08-18T18:28:18Z2008-08-18T18:28:18Z<blockquote>
<p>You could try sticking to your current methods and using Firebug to help debug your PHP.</p>
</blockquote>
<p>I use Firebug all the time for client-side dev, but I'd never seen FirePHP, thanks!</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/15051#150510Answer by Thomas Owens for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)Thomas Owens2008-08-18T18:35:01Z2008-08-18T18:35:01Z<p>For PHP development, I use <a href="http://www.aptana.com/" rel="nofollow">Aptana Studio</a>, which is built on Eclipse. Aptana also has an Eclipse plugin, but I'm not sure if that's just for Rails or if it includes PHP. There are also a variety of other Eclipse plugins for PHP. That's if you want to make the jump to an Eclipse environment...</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/16296#162961Answer by Dave Marshall for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)Dave Marshall2008-08-19T14:40:14Z2008-08-19T14:40:14Z<p>One of the trainees I mentor settled on using VS.php, the debugger seems to work pretty well, but I've only see it working on the apache instance that VS.php fires up for you, not a true remote 'server'.</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/364958#3649580Answer by TravisO for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)TravisO2008-12-13T07:29:26Z2008-12-13T07:29:26Z<p>The closest thing out there to give VS grade editing to PHP is <a href="http://www.mpsoftware.dk/phpdesigner.php" rel="nofollow">phpDesigner</a>, it's very affordable too, there's a free version but a commercial copy is only $60 usd (give or take) and gives you access to step-by-step debugging and some other VS grade features.</p>
http://stackoverflow.com/questions/14193/looking-for-reviews-of-vs-php-visual-studio-plugin-for-php/364961#3649610Answer by gaoshan88 for Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)gaoshan882008-12-13T07:33:58Z2008-12-13T07:33:58Z<p>Try the free, super powerful and easy to use <a href="http://php.netbeans.org/" rel="nofollow">NetBeans IDE</a>. I think it blows Eclipse out of the water.</p>