refactorvim
refactorvim copied to clipboard
a Vim plugin for refactoring vimscript plugins
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...
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).
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...