GoClipse / goclipse

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

The goto label should have autocomplete support #253

Open kelwang opened 6 years ago

kelwang commented 6 years ago

This is should be an enhancement.

    goto step1
         .....
         .....
step1:
     // .....

Currently, if I type goto st, step1 won't be autocompleted.