GoClipse / goclipse

Eclipse IDE for the Go programming language:
http://goclipse.github.io/
Eclipse Public License 1.0
841 stars 286 forks source link

Differentiate method from struct field in content assist #200

Closed kelwang closed 8 years ago

kelwang commented 8 years ago

for example

struct A has a func

func (a A) Call() { }

ideally, when type a., the content assist can populate '.Call()', current only populate '.Call'