vim-php-refactoring-toolbox icon indicating copy to clipboard operation
vim-php-refactoring-toolbox copied to clipboard

VIM Php Refactoring Toolbox

Results 8 vim-php-refactoring-toolbox issues
Sort by recently updated
recently updated
newest added

Add type hint and/or type comments to getters and setters Note: phpstan can use both type hint and type comment (aka phpdoc) to specialize the type

Running extract method without running `:set paste` first causes crazy indenting.

Thank you very much for this helpful plugin. I have both `vim-php-refactoring-toolbox` and `tobyS/pdv` installed and loaded into `nvim`. When I type `\da` I get the error message "PhpDoc() vim...

when I use rm on the static method, the method itself will change to the new name, but other methods still use former name

When I execute a ExtractMethod, it extract only the code I have selected but does not replace others occurrences of the snippet code by the same structure of the selected...

Hi, First of all, thanks for this great Vim plugin. It would be great to add the same feature you did for use but for variables. Do you think it...

enhancement

Hi, Firstly, thanks for this great Vim plugin. Look at the documentation to see the details. Tested on VIM 8.1 In order to add proof that the code work as...

Hi, Firstly, thanks for this great Vim plugin. Be curious regarding issue #31 Note: I personally never used extract method on static method. --- ### Before ```php public static function...