refactor

refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool.
Download

refactor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Bi Dongliang
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=2087

refactor Tags


refactor Description

refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool. refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool.This plugin contains some basic refactoring commands for C/C++. For the complexity of C++, instead of really parse the source code, were used regular expression matches.NOTE: It doesn't work for old style parameter declarations! It may mess up your code sometime if you occasionally forget the rules.The refactor commands and their default key map currently are:1. e Extract method2. p local variable to Parameter3. r Rename local variable4. d Delete parameter5. o reOrder parameters6. c introduce Constant Requirements:· VimWhat's New in This Release:· Updated some messages to help using more easy.


refactor Related Software