An open API service indexing awesome lists of open source software.

https://github.com/abiosoft/atom-go-rename


https://github.com/abiosoft/atom-go-rename

Last synced: about 1 year ago
JSON representation

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.