refactorvim icon indicating copy to clipboard operation
refactorvim copied to clipboard

a Vim plugin for refactoring vimscript plugins

Results 3 refactorvim issues
Sort by recently updated
recently updated
newest added

Currently only the public function itself is moved when function is renamed to a new namespace. If that functions references script local variables or functions, another (now manual) refactoring is...

enhancement

There could be a number of functions and variables that are leftovers from a refactoring. This plugin should support finding and listing them (probably in the quickfix/location list).

enhancement

e.g. `RefactorVimCreate refactorvim#create_function()` This should create the necessary directory structure and target file and append a new function template. It would be nice to let the user specify function templates...

enhancement