The autocomplete for unimported internal package seems doesn't work well, or is there anything else that I should set?
IntelliJ version: 14
Plugin version: latest-git
GOPATH: /home/kyz/Dropbox/go
GOROOT: /usr/lib/go
autocomplete shown when typing bytes.Buffer:

expected output: bytes.Buffer{} and automatically importing bytes :3
the configurations:




