File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1- * phpactor.el
1+ * phpactor.el - PHP refactoring and introspection
2+ This package is Emacs interface to [[http://phpactor.github.io/phpactor/][Phpactor]].
3+
4+ **NOTICE**: This package is in development. Since some functions are running, this is released as an /alpha version/.
5+ ** Instalation
6+ Please be aware that Phpactor is also in development stage.
7+ A simple installation method is not yet provided, but you can build it using Composer.
8+ ** Configuration
9+ See https://phpactor.github.io/phpactor/configuration.html
Original file line number Diff line number Diff line change 2727
2828; ; Phpactor is an intelligent code-completion and refactoring tool for PHP.
2929; ; https://github.com/phpactor/phpactor
30+ ; ;
31+ ; ; ## Instalation
32+ ; ;
33+ ; ; Please be aware that Phpactor is also in development stage.
34+ ; ; A simple installation method is not yet provided, but you can build it using Composer.
35+ ; ;
36+ ; ; ## Configuration
37+ ; ;
38+ ; ; See https://phpactor.github.io/phpactor/configuration.html
39+ ; ;
3040
3141; ;; Code:
3242(require 'json )
You can’t perform that action at this time.
0 commit comments