- Plugin version (or commit hash): 0.11.1273
Given the following example:
package main
type Demo struct {
Hello
}
type h<caret> // should be Hello
In Java it's possible to get completion for this and it would a good addition to have this in Go as well. However I'm not sure of the complexities behind this and I do think that it's not a priority but rather a nice to have.