In JDE (Java Development Environment) speedbar makes it
possible to browse the inner structures of java files
(it displays classes and methods defined, as well as
class variables and the like.
Wouldn't it be possible to make something similar
available in php-mode with classes and functions?
Logged In: YES
user_id=105527
imenu is something more interesting. I did M-x
imenu-add-menubar-index and got something that goes at least
into the right direction: An Index menu item which allows me
to jump directly to function definitions.
Now if that got integrated into the speedbar (so that you
could expand php files there to see that list) I would be
totally happy.
Logged In: YES
user_id=137402
Actually, php-mode has worked with Speedbar since version
0.9.4. You just have to turn it on in the Customization
options. Or you can just add this to your .emacs file:
(custom-set-variables
'(php-speedbar-config t)
)
When I release version 0.9.7, it will have this option
turned on by default.