emacs/var/elfeed/db/data/b8/b8741fe3053d70c790d986a4e707bb86068c65ab
2022-01-03 12:49:32 -06:00

1 line
1.7 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>Hi emacsers,</p> <p><a href="https://www.reddit.com/r/emacs/comments/peezh4/teaser_a_php_parser_and_company_backend_in_emacs/">About two weeks ago I posted about my project phpinspect.el</a>, 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.</p> <p>The git repository can be found <a href="https://git.sr.ht/%7Ehugot/phpinspect.el">here</a>. The documentation is mostly in the doc strings, starting with the doc string of <code>phpinspect-mode</code>. (use <code>C-h f phpinspect-mode</code> after loading the file).</p> <p>There is still a lot more work to do, and adding more tests wouldn&#39;t hurt either, but the basic infrastructure is there to provide accurate completion for object oriented PHP code.</p> <p>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 <a href="https://todo.sr.ht/%7Ehugot/phpinspect.el">ticket tracker</a> for feature requests, bug reports and the like.</p> <p>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.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/hugotty1"> /u/hugotty1 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/popk83/update_phpinspectel_php_parsercompletion/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/popk83/update_phpinspectel_php_parsercompletion/">[comments]</a></span>