gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Phpinspect version 1.2.0


From: ELPA update
Subject: [GNU ELPA] Phpinspect version 1.2.0
Date: Fri, 23 Aug 2024 05:03:21 -0400

Version 1.2.0 of package Phpinspect has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Phpinspect describes itself as:

  =========================================
  PHP parsing and code intelligence package
  =========================================

More at https://elpa.gnu.org/packages/phpinspect.html

## Summary:

  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.

## Recent NEWS:

Version 1.2.0

- Fixed bug in the resolving of function call return types.
- Implemented parsing of string concatenation tokens (.), allowing a more
  accurate determination of the statement to provide information about.
  (read: "\'a string\' . $foo->" now actually yields completion results
  instead of failing).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]