This reafcard is auto-generated by PIMacs.
Keymap for ‘php-mode’.
<TAB>
callsc-indent-line-or-region
: indent active region, current line, or block starting on this line.²
: Insert “->”. #pim¹
: Fancy insert “=>”. #pimœ
: Insert “->”. #pimŒ
: Fancy insert “=>”. #pimC-<f8>
: Copy the current namespace. #pimC-S-<f8>
: Copy class/method FQSEN from cursor context. #pimM-<f8>
: Copy the current full qualified class name. #pimC-.
callsphp-show-arglist
: show function arguments at cursor position.C-d
callsc-electric-delete-forward
: delete the following character or whitespace.C-M-a
callsc-beginning-of-defun
: move backward to the beginning of a defun.C-M-e
callsc-end-of-defun
: move forward to the end of a top level declaration.C-M-h
callsmark-defun
: put mark at end of this defun, point at beginning.C-M-q
callsc-indent-exp
: indent each line in the balanced expression following point syntactically.M-,
: Find references to the identifier at point. #pimM-.
: Find the definition of the identifier at point. #pimM-?
: Find references to the identifier at point. #pimM-a
callsc-beginning-of-statement
: go to the beginning of the innermost C statement.M-e
callsc-end-of-statement
: go to the end of the innermost C statement.M-q
callsprog-fill-reindent-defun
: refill or reindent the paragraph or defun that contains point.M-<tab>
callsphp-complete-function
: perform function completion on the text around point.
C-c <DEL>
callsc-hungry-delete-backwards
: delete the preceding character or all preceding whitespaceC-c <RET>
callsphp-browse-manual
: bring up manual for PHP.C-c .
callsc-set-style
: set the current buffer to use the style STYLENAME.C-c C-<DEL>
callsc-hungry-delete-backwards
: delete the preceding character or all preceding whitespaceC-c C-$
callsphp-extras-insert-previous-variable
: insert previously used variable from buffer.C-c C-\
callsc-backslash-region
: insert, align, or delete end-of-line backslashes on the lines in the region.C-c C-a
callsc-toggle-auto-newline
: toggle auto-newline feature.C-c C-b
callsc-submit-bug-report
: submit via mail a bug report on CC Mode.C-c C-c
: Compile Php file or lint it if prefixed. #pimC-c C-d
callsc-hungry-delete-forward
: delete the following character or all following whitespaceC-c C-f
: foldC-c C-k
callsc-toggle-comment-style
: toggle the comment style between block and line comments.C-c C-l
callsc-toggle-electric-state
: toggle the electric indentation feature.C-c C-n
callsc-forward-conditional
: move forward across a preprocessor conditional, leaving mark behind.C-c C-o
callsc-set-offset
: change the value of a syntactic element symbol in `c-offsets-alist’.C-c C-p
callsc-backward-conditional
: move back across a preprocessor conditional, leaving mark behind.C-c C-q
callsc-indent-defun
: indent the current top-level declaration or macro syntactically.C-c C-r
callsphp-send-region
: send the region between `START’ and `END’ to PHP for execution.C-c C-s
callsc-show-syntactic-information
: show syntactic information for current line.C-c C-u
callsc-up-conditional
: move back to the containing preprocessor conditional, leaving mark behind.C-c C-w
callssubword-mode
: toggle subword movement and editing (Subword mode).C-c C-z
callsc-display-defun-name
: display the name of the current CC mode defun and the position in it.C-c C-<backspace>
callsc-hungry-delete-backwards
: delete the preceding character or all preceding whitespaceC-c C-<delete>
callsc-hungry-delete-forward
: delete the following character or all following whitespaceC-c C-<deletechar>
callsc-hungry-delete-forward
: delete the following character or all following whitespaceC-c <deletechar>
callsc-hungry-delete-forward
: delete the following character or all following whitespace
C-c l c c
callscomposer
: execute `composer’ SUB-COMMAND with OPTION arguments.C-c l c d
callscomposer-dump-autoload
: execute `composer.phar install’ command.C-c l c i
callscomposer-install
: execute `composer.phar install’ command.C-c l c l
callscomposer-view-lock-file
: open composer.lock of the project.C-c l c o
callscomposer-find-json-file
: open composer.json of the project.C-c l c r
callscomposer-require
: execute `composer require’ command.C-c l c s
callscomposer-run-script
: run script `SCRIPT` as defined in the composer.json.C-c l c u
callscomposer-update
: execute `composer.phar update’ command.C-c l c v
callscomposer-run-vendor-bin-command
: run command COMMAND in `vendor/bin’ of the composer project.
C-c l t a
callsphpunit-current-class
: launch PHPUnit on current class.C-c l t r
callsphpunit-current-project
: launch PHPUnit on current project.C-c l t s
callsphpunit-current-test
: launch PHPUnit on curent test.