Hi emacsers,

About two weeks ago I posted about my project phpinspect.el, which is a PHP parser + company backend implemented in emacs lisp. There seemed to be some interest in it, so I decided to clean up the code somewhat and publish it.

The git repository can be found here. The documentation is mostly in the doc strings, starting with the doc string of phpinspect-mode. (use C-h f phpinspect-mode after loading the file).

There is still a lot more work to do, and adding more tests wouldn't hurt either, but the basic infrastructure is there to provide accurate completion for object oriented PHP code.

I would greatly appreciate feedback from anyone willing to try out my package or checkout its code. I will of course be reading the comments of this post, and there is also a ticket tracker for feature requests, bug reports and the like.

I have already added a few features to the ticket tracker that I think should be implemented. Feel free to add more ideas or start a discussion about potential features.

submitted by /u/hugotty1
[link] [comments]