Menu

PHP support for IntelliJ IDEA / News: Recent posts

Alpha release

Hi.
Finally i've managed to release a first alpha.
You can download jar here or via IntelliJ IDEA plugin manager (plugin name is „PHP“).

Alpha includes syntax highlighting and syntax validation.

Posted by Jay 2007-12-21

First estimation

I estimate the first release of the plugin to happen at the beginning of May. By that time it will have rename refactoring, go to definition, find usages and completion (the one that uses php only, not PHPDoc comments) features.

Meanwhile i am trying to handle some complex variable references. Consider the following example :)

class B {
public $foo;
public function __construct() {
$this->foo = "bar";
}
}
$foo = new B();
$boo = "foo";
$bar = "ick";
$ick = array(array("boo"));... read more

Posted by Jay 2007-04-10

Started

Welcome all!
I am glad to say that the work on the project have started. Please feel free to share your thoughts and maybe fill up feature requests.
I hope that any piece of work about the project would be present among tasks - so you can monitor it there.
Stay tuned and good luck!

Posted by Jay 2007-02-21