waigani / GoOracle

GoOracle is a Golang plugin for SublimeText that integrates the Go oracle tool.
MIT License
73 stars 17 forks source link

Keep getting error "couldnt find file containing position" #25

Open ikandaswamy opened 8 years ago

ikandaswamy commented 8 years ago

Hi,

Im having an issue using go oracle, and wasnt sure where to ask the following question, hence posted here.

Running oracle callers command...

oracle: couldn't find file containing position

Ive set the path in oracle_scope to the outermost directory of the github repo. But i keep getting the above error. Is there anything im doing wrong ?

"oracle_scope": ["github.com/"],

Thanks

mirrorwis commented 8 years ago

@ikandaswamy I had same issue with GoOracle. But I found https://github.com/alvarolm/GoGuru which works perfect.