joefitzgerald / go-plus

An Enhanced Go Experience For The Atom Editor
https://atom.io/packages/go-plus
Other
1.51k stars 128 forks source link

Integrate with gorename to rename variable names #242

Closed billhsu closed 9 years ago

billhsu commented 9 years ago

It's hard to rename a global variable name manually. Would be great if refactoring variable names could be added to this plugin.

bryanl commented 9 years ago

I know this isn't an answer for go-plus, but https://atom.io/packages/go-rename works well.

joefitzgerald commented 9 years ago

Yes, we will add support for gorename! In the meantime, please go to #174 or #91 to discuss this feature.