5 ms·
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
by slashclee 13y 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.)
- terhechte 13y agoProbably gocode, which is a daemon that works with different editors to offer autocompletion (i.e. vim, emacs, etc): https://github.com/nsf/gocode https://github.com/nsf/gocode
- codegangsta 13y agoYup. I'm using gocode, and a VIM keybinding to restart the server in a tmux pane.