You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import bar "awesome.com/pkg/foo"
bar.VariableOne // Can't jump from here
Or methods or properties of structs:
type Foo struct {
Name string
}
func bar() {
var foo Foo
println(foo.Name) // Can't jump from here
}
I think these two are quite common problems, yet I can't find explanations of why they are not working.
Any helps or explanations would be appreciated.
The text was updated successfully, but these errors were encountered:
bom-d-van
changed the title
Can't jump to package imported by custom identifiers and can't jump to method / property of a struct defiintions
Can't jump to package imported by custom identifiers and can't jump to method / property of struct definition
Oct 9, 2014
Can't jump with custom identifiers:
Or methods or properties of structs:
I think these two are quite common problems, yet I can't find explanations of why they are not working.
Any helps or explanations would be appreciated.
The text was updated successfully, but these errors were encountered: