Skip to content

heroicyang/atom-godef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-godef

Find definition under current cursor for golang using 'godef'

Installation

The plugin assumes godef is present at $GOPATH/bin/godef. You need install godef first:

go get -v code.google.com/p/rog-go/exp/cmd/godef

Usage

To activate godef , run godef:toggle via CommandPalette, or apply some keybindings in your keymap.cson:

'atom-text-editor':
	'ctrl-k': 'godef:toggle'

About

Atom package, find definition under current cursor for golang using 'godef'

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 94.9%
  • CSS 5.1%