Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 868 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 868 Bytes

phpbot.el

Overview

Emacs package to assist in PHP development, This package relies heavily on PHPBot, please make sure PHPBot is installed first.

Usage

  1. Check that the popup-el is loaded. popup-el

  2. Config .emacs

(add-to-list 'load-path "~/.emacs.d/site-lisp/popup-el")

(require 'phpbot)

(custom-set-variables
 '(phpbot-bin-path "/path/to/phpbot"))
  1. You can use phpbot.el in any of the following ways
  • Direct Binding Shortcuts
(define-key php-mode-map (kbd "M-/")
 'phpbot-gettersetter)
  • Pop Menu
(define-key php-mode-map (kbd "M-/")
 'php-generator-menu)

Screenshots

popup menu