GoClipse / goclipse

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

Need to display which interface the struct has implemented in outline #123

Closed jiangyubao closed 9 years ago

jiangyubao commented 9 years ago

for example, when we open a outline to display detail information of os.File, we need to know which interface it implemented, so we can call by interface pointer.

bruno-medeiros commented 9 years ago

Same as #2

bruno-medeiros commented 9 years ago

duplicate #2