File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,12 @@ You could for example limit yourself to only one by using [[https://github.com/m
8989 ("a" "Accessor" phpactor-generate-accessors)
9090 ("pc" "Constructor" phpactor-complete-constructor)
9191 ("pm" "Add missing props" phpactor-complete-properties)
92- ("C" "Extract const" phpactor-extract-constant)
9392 ("r" "Rename var locally" phpactor-rename-variable-local)
9493 ("R" "Rename var in file" phpactor-rename-variable-file)]
94+ ["Extract"
95+ ("ec" "constant" phpactor-extract-constant)
96+ ("ee" "expression" phpactor-extract-expression)
97+ ("em" "method" phpactor-extract-method)]
9598 ["Methods"
9699 ("i" "Implement Contracts" phpactor-implement-contracts)
97100 ("m" "Generate method" phpactor-generate-method)]
You can’t perform that action at this time.
0 commit comments