Difference between revisions of "Srefactor"

From WikEmacs
Jump to navigation Jump to search
(create srefactor)
 
(No difference)

Latest revision as of 15:05, 25 October 2018

Srefactor
Description Refactoring tool based on the Semantic parser framework
Author tuhdo
Maintainer tuhdo
Source https://github.com/tuhdo/semantic-refactor

Semantic Refactor is a C/C++/Lisp (both Elisp and Common Lisp) refactoring tool based on the Semantic parser framework.

For Lisp, its features include:

  • Format whole buffer
  • Format a defun
  • Convert a sexpression into one line precisely
  • Convert a sexpression into multiple lines precisely

For more information, see https://github.com/tuhdo/semantic-refactor/blob/master/srefactor-demos/demos-elisp.org

Srefactor-demo.gif