helm-robe

https://github.com/syohex/emacs-helm-robe.git

git clone 'git://github.com/syohex/emacs-helm-robe.git'
2

helm-robe.el

Introduction

helm-robe.el provides function for setting robe-completing-read-func.

Screenshot

go-eldoc1

Dependency

Setup

Set helm-robe-completing-read to robe-completing-read-func as below.

(custom-set-variables
 '(robe-completing-read-func 'helm-robe-completing-read))