GoClipse / goclipse

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

Option to use guru for find definition. #218

Open bruno-medeiros opened 7 years ago

bruno-medeiros commented 7 years ago

There's a few cases that guru can resolve a definition that godef cannot, so add an option to also use guru for open-definition (the downside is the operation might take longer, for failure results, because two tools are invoked)