File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ It outputs a diff to the screen and you can apply it to your code by piping it t
35
35
36
36
php refactor.phar <refactoring> <arg1>...<argN> | patch -p1
37
37
38
- ### VIM Bindings
38
+ ### Editor Plugins
39
39
40
- There is now a VIM plugin for using PHP refactorings within VIM. This plugin
41
- is maintained as a seperate project which can be found at https://github.com/vim-php/vim-php-refactoring
40
+ There are third-party plugins available for using PHP refactorings within
41
+ different text editors. These separately maintained projects can be found at
42
+ the links below:
43
+
44
+ * vim : https://github.com/vim-php/vim-php-refactoring
45
+ * emacs : https://github.com/keelerm84/php-refactor-mode.el
42
46
43
47
## Why?
44
48
You can’t perform that action at this time.
0 commit comments