dousilie9522 2018-06-03 16:37
浏览 122
已采纳

在emacs中的golang中自动完成

I'm aware a lot is involved in getting autocomplete to work in emacs, including:

  • auto-complete
  • company
  • flymake

I am not sure which components are responsible for which aspects. What is the package that when I start typing...

fmt.P

Would finish with

fmt.Println

?

I believe I have company as my auto-complete, and at present, if I start:

fm

It finishes fmt, but

fmt.

Produces nothing, and

fmt.P

Produces

fmt.package 

Which is entirely wrong. What package should I investigate to understand what is going on?

  • 写回答

1条回答 默认 最新

  • dongzhiji0814 2018-06-03 18:55
    关注

    Autocomplete, company-mode, flymake, oh my. I recommend you uninstall all of the above and use Emacs' native completion instead:

    1. install gocode and make sure the binary is in Emacs' PATH;
    2. install the go-complete package in Emacs (I got it from melpa, but you may prefer to install it manually);
    3. add the following to your .emacs:

      (add-hook 'completion-at-point-functions 'go-complete-at-point)
      
    4. press M-TAB in a go-mode buffer.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥15 最小生成树问题 Prim算法和Kruskal算法
    • ¥25 医院住院病人呼叫器设计
    • ¥15 不想和现在的团队合作了,怎么避免他们对程序动手脚
    • ¥30 c++类和数组实验代码
    • ¥20 C语言字符串不区分大小写字典排序相关问题
    • ¥15 关于#python#的问题:我希望通过逆向技术爬取1688搜索页下滑加载的数据
    • ¥15 关于Linux的终端里,模拟实现一个带口令保护的屏保程序遇到的输入输出的问题!(语言-c语言)
    • ¥30 请问,这个嵌入式Linux系统怎么分析,crc检验区域在哪
    • ¥15 二分类改为多分类问题
    • ¥15 Unity微信小游戏上调用ReadPixels()方法报错