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.
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
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!