Skip to content

tychofreeman/go-refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

A refactor-enabling tool for go, in go.

This won't rewrite your files (yet). Since I write in Vim, I'd like to have a
more modular tool which will tell me where to change what. Then I can pipe this
through another tool (ed, awk, Vim, whatever).

We're starting with Rename Symbol. Hopefully, we'll have InlineVariable and InlineMethod
next, followed by ExtractVariable and ExtractMethod soon thereafter. Then,
IntroduceParameter and ChangeSignature.

That's probably 95% of what I use on a regular basis.

About

A refactor-enabling tool for go, in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages