Open wuyongxiu opened 7 years ago
good solution,thx
最近发奋图强了....
很久以前的啦发自我的iPhone------------------ 原始邮件 ------------------发件人: 陈白痴 notifications@github.com发送时间: 2017年10月16日 18:13收件人: wuyongxiu/wuyongxiu.github.io wuyongxiu.github.io@noreply.github.com抄送: BigGirl yongxiuwu1996@gmail.com, Author author@noreply.github.com主题: 回复:[wuyongxiu/wuyongxiu.github.io] windows下LiteIDE代码跳转失效问题 (#26)最近发奋图强了....
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/wuyongxiu/wuyongxiu.github.io","title":"wuyongxiu/wuyongxiu.github.io","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/wuyongxiu/wuyongxiu.github.io"}},"updates":{"snippets":[{"icon":"PERSON","message":"@hunterhug in #26: 最近发奋图强了...."}],"action":{"name":"View Issue","url":"https://github.com/wuyongxiu/wuyongxiu.github.io/issues/26#issuecomment-336842992"}}}
每次进行Go版本升级的时候,LiteIDE的代码跳转就会失效。解决方案是更新gotools 和gocode,并将生成的gotools.exe和gocode.exe复制到 LiteIDE的bin目录下。
下载并生成 gotools.exe和gocode.exe
go get -u github.com/visualfc/gotools
go get -u github.com/nsf/gocode
拷贝GOPATH/bin目录下的gotools.exe和gocode.exe到 liteide的bin目录下
参考链接
https://github.com/visualfc/liteide/issues/633