newsExtensions to Php Mode - News: Enjoy autocompletion and skeleton templates for php

 
 
Latest News
Extensions to php mode integrated in php-mode posted by davidam, Sat 23 May 2015 09:10:36 PM UTC
Enjoy autocompletion and skeleton templates for php posted by davidam, Tue 12 May 2015 08:55:54 PM UTC

Enjoy autocompletion and skeleton templates for php

Item posted by David Arroyo Menéndez <davidam> on Tue 12 May 2015 08:55:54 PM UTC.

If you install php extensions (https://savannah.nongnu.org/projects/php-ext-el/), you will have autocompletion and skeleton templates for many, many php functions:

$ cd ~
$ mkdir mydir
$ cd mydir
$ git clone git://git.savannah.nongnu.org/php-ext-el.git

Edit you .emacs and add:

(setq php-ext-path "~/mydir")
(load (concat php-ext-path "php-ext.el"))

 

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code