Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Package autocompletion #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import "fmt" package
2. Start writing "fmt." in a code block (such as main)

What is the expected output? What do you see instead?
I expect to see a list of public functions in the fmt package (Println, 
Fprintf, etc.) but instead I only see the functions I already used in my code 
(in the Hello world's example it is only Println)

What version of the product are you using? On what operating system?
x4

Original issue reported on code.google.com by teabe...@gmail.com on 3 Jul 2011 at 8:13

GoogleCodeExporter commented 8 years ago
first install gocode to $GOBIN

Original comment by Visua...@gmail.com on 4 Jul 2011 at 4:29