https://github.com/abiosoft/atom-go-rename
https://github.com/abiosoft/atom-go-rename
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abiosoft/atom-go-rename
- Owner: abiosoft
- License: mit
- Created: 2015-03-18T12:08:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T18:02:30.000Z (over 11 years ago)
- Last Synced: 2024-11-24T17:09:53.910Z (over 1 year ago)
- Language: CoffeeScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go-rename package
Rename identifiers in golang code via the gorename command line tool
## Install gorename
go get -v golang.org/x/tools/cmd/gorename
## Usage
Use the command palette and search for `Go Rename: toggle` or use the default keybinding `alt-r` to rename the identifier under the cursor.