Eric James Michael Ritz
Eric James Michael Ritz
Kosta H. on the emacs-php mailing list brought up [the PHP layer for Spacemacs](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/php) and what we could do to improve it. Personally I have never used Spacemacs, but it's...
I want to see support for eldoc-mode within php-mode. But deciding how to approach that implementation is not trivial. Other people have already provided implementations on [the Emacs Wiki](http://www.emacswiki.org/emacs/ElDoc) and...
This is a long-term goal, but I would like to integrate [Semantic support for PHP](https://github.com/trashofmasters/.emacs.d/tree/semantic-php) by Andrea Turso, @trashofmasters. I have spoken with him and we agreed that first the...
The README mentions the four indentation styles specific to PHP Mode but provides no detailed description of the differences. We basically assume the user is already familiar with the styles...
Commit 0ea30f51868a96e010c95b45fdc6fc6672462980 describes the problem.
Takayuki Sato's [`inf-php`](https://github.com/taksatou/inf-php) package provides a useful way to run an interactive PHP session. It is a much better version of the existing `php-send-region` command. We should remove that command...
It will be useful to provide a document (or use the project wiki) to outline all of the steps that developers should go through when introducing a new coding style,...
Consider this code: ``` php echo $this->foo; ``` Initially php-mode will highlight the `>` character using `font-lock-constant-face`. Making any modifications to the line (e.g. deleting and reinsert one character) causes...
@zonuexe Based on some recent comments I've read in issues and pull-requests, how do you feel about adding a document specifically for programmers who want to contribute to PHP Mode?...
As mentioned in #237, it would be useful for PHP Mode to come with some documentation explaining how users can tweak the various c-styles we provide.