New GNU ELPA package: phpinspect - PHP parsing and code intelligence package
Sacha Chua <[email protected]> Mon, 26 Aug 2024 19:47:11 -0400
| Newsgroups | gmane.emacs.announce |
|---|---|
| Message-ID | <[email protected]> |
Summary: PHP parsing and code intelligence package
Requires: compat-29
Website: https://elpa.gnu.org/packages/phpinspect.html
Keywords: php languages tools convenience
Maintainer: Hugo Thunnissen <[email protected]>
Author: Hugo Thunnissen <[email protected]>
PHPInspect is a minor mode that provides code intelligence for PHP in Emacs.
At its core is a PHP parser implemented in Emacs Lisp. PHPInspect comes with
backends for `completion-at-point`, `company-mode` and `eldoc`. A backend
for `xref` (which provides go-to-definition functionality) is planned to be
implemented at a later date.
See docstrings for elaborate documentation on how to use the mode, starting
with `phpinspect-mode'. Also see M-x customize-group RET phpinspect RET.