All notable changes of the phpactor.el are documented in this file using the Keep a Changelog principles.
Version 0.1.0 / 2018-08-08
This release depends on many contributions of Mikael Kermorgant. Thanks @kermorgant!
- Implement actions
- Replace
company-grab-symbol
by specificcompany-phpactor--grab-symbol
#29 - Automatically add appropriate
use
statement after class completion #34
- Alter ~php-mode’~s syntax table on the fly to use correct completion prefix #29
- Fix completion and goto definition when file contains multi-byte chars #40 #46
- Fix
move_class
RPC action #36 #39