iafan / goplayspace

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more
https://goplay.space
Other
982 stars 61 forks source link

Enhancement: Display function suggestions for package #41

Open chriswalz opened 4 years ago

chriswalz commented 4 years ago

E.g. when typing fmt.

the user would see:

fmt.Pr fmt.Println() fmt.Scan() ...

I could try implementing this if this is of interest.