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

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

Re: Configuring auto completion for php-mode


From: Eric Ludlam
Subject: Re: Configuring auto completion for php-mode
Date: Wed, 31 Jan 2007 14:32:38 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

>>> Christian Smietana <mapson12@gmx.de> seems to think that:
>Hi,
>
>I use php-mode to edit PHP files. How do I configure auto completion of 
>function names and lookup of function definitions and parameters?

You could use M-/ (dabbrev-expand) for completion, and etags for
looking up functions.

If you are looking for "intellisense" like behavior, adding support
for CEDET/semantic (http://cedet.sf.net) would be a time consuming,
but spiffy way to do so.

Eric


reply via email to

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