Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
_M.php
The php module. It provides utilities for editing PHP code.
Key Bindings
Ctrl+L, M
(⌘L, M
on Mac OSX |M-L, M
in curses) Open this module for editing.->
When to the right of a known symbol, show an autocompletion list of fields and functions.::
When to the right of a known symbol, show an autocompletion list of fields and functions.Shift+Enter
(⇧↩
|S-Enter
) Add ‘;’ to the end of the current line and insert a newline.
Fields
sense
The PHP Adeptsense.
It loads user tags from _USERHOME
/modules/php/tags and user apidocs
from _USERHOME
/modules/php/api.
Tables
_G.keys.php
Container for PHP-specific key bindings.
_G.snippets.php
Container for PHP-specific snippets.