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

Probably gocode, which is a daemon that works with different editors to offer autocompletion (i.e. vim, emacs, etc): https://github.com/nsf/gocode
GoSublime also utilises gocode for ST users: https://github.com/DisposaBoy/GoSublime
Awesome! Thanks for the link :)
Yup. I'm using gocode, and a VIM keybinding to restart the server in a tmux pane.