Y
Hacker News
new
|
ask
|
show
|
jobs
by
slashclee
4595 days ago
Would be really nice if the demo was in a normal web page instead of a video. (Also, I'd love to know what vim(?) extension provides the interactive completion with the function signatures! That looks really cool.)
2 comments
terhechte
4595 days ago
Probably gocode, which is a daemon that works with different editors to offer autocompletion (i.e. vim, emacs, etc):
https://github.com/nsf/gocode
link
beefsack
4595 days ago
GoSublime also utilises gocode for ST users:
https://github.com/DisposaBoy/GoSublime
link
slashclee
4595 days ago
Awesome! Thanks for the link :)
link
codegangsta
4595 days ago
Yup. I'm using gocode, and a VIM keybinding to restart the server in a tmux pane.
link