:)
    Find out what I'm doing, Follow Me :)

Thursday, October 15, 2009

PHP VS - PHP IDE Based on Visual Studio

Hi guys,
I want to introduce you some cool thing.

Before couple of months I had to start writing on php project. I installed XAMPP configured apache, made mySQL database, set up Wordpress :) and start my Visual Studio and made php project :). Yes I started writing php scripts in Visual Studio - this is not a joke. When I asked some of my friends who wrote on php which IDE they used I got huge number of answers:

  • NetBeans

  • PHP Zend Studio

  • Maguna Studio

  • Quanta++

  • PHP Expert

  • PHP Rapid

  • Notepad++

  • Plug-in for Eclipse (If you used this you’ll never should shut down your computer, because if you close once eclipse you have to spend some years of waiting before eclips starts again :))

  • Etc.

So much tools and which should I use?

The answer is only one (for me :) ) – VS.Php

I’m a .NET guy and I like write code in Visual Studio. I want to have power of debugging, I want to view my site when I push some of “F” buttons. The VS.Php gave me this power :) and It is a plug-in for Visual Studio – which I have already installed on my PC, so I don’t have try another tools and install and uninstall them.

So what is VS.Php?

VS.Php is a PHP IDE based on Visual Studio IDE. With VS.Php you can design, develop, debug and deploy PHP applications within the Visual Studio IDE. VS.Php key features are around providing rich PHP editor as well as Smarty editing capabilities. Also is the ability to debug PHP scripts locally as well as remotely.

You have download VS.Php form here http://www.jcxsoftware.com/vs.php

When you install the VS.Php you can start your php project as good as you start the other .NET projects. File-> New …


The cool thing is that the php editor for Visual Studio provides the key features provided by other languages.

You have VS.Php color coding


Real-time syntax check


Intellisense


Code snippets


Goto definition


Html intellisense and auto-completion


The debugging with VS.Php is realy cool.

You have Debug Output Window



After I used VS.Php I think it is really cool.

The only one negative thing is that he is not free. But there aren’t two good things in this world and the world is not perfect :).

4 comments:

  1. all this stuff is also available in PHPEdit: www.phpedit.com

    ReplyDelete
  2. Yes, they are available in PHPEdit, but why I should install PHPEdit on my PC, I already have Visual Studio, Why should I install another IDE? I like VS and I'm .NET Developer I don't want to unteach another and another tool.I know that there is exist more powerful IDEs for PHP than VS.Php, but my post is for guys who wrote on .NET languages and in one moment have to wrote php application.

    ReplyDelete
  3. very bad comparing of ides and editors btw.

    First why VS is good? can it format the PHP code ? does it format it good and nice ? Anyway eclipse is starting fast if there is only PHP plugin installed and there is 2 PHP plugins for eclipse. EclipsePHP and Eclipes PDT anyway NetBeans is the BEST IDE for PHP why ?

    lets say :
    it shows you quick heelp
    it formats the code
    it shows you full help when you write code
    and some of the netBeans 6.8 PHP features are :
    PHP 5.3 support lambda funcitons,clojures
    Symphony framework support, Remote PHP applications, PHPUnit, PHP coloring for YAML files and many more.
    Which of this are included in VS.PHP ? zero? :D

    ReplyDelete
  4. i suggest to try Codelobster PHP Edition
    As for me it is the best free PHP IDE

    ReplyDelete