emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
580 stars 118 forks source link

Add php-topsy-beginning-of-defun-with-class for Topsy #766

Closed zonuexe closed 7 months ago

zonuexe commented 7 months ago

topsy.el works without any configuration, but this configuration allows you to view classes as well as just functions.

This feature is not enabled by default, and users must add their own settings.

(add-to-list 'topsy-mode-functions '(php-mode . php-topsy-beginning-of-defun-with-class))

Before

スクリーンショット 2023-11-17 21 24 36

After

スクリーンショット 2023-11-17 21 23 44