dqyknf4423 2017-01-19 22:28
浏览 68

在goSublime中覆盖函数签名

I am using GoSublime with Sublime Text 3.

Often times in a large project I'd like to see the (function) caller's return arg types and while GoSublime enables me to "Go to" the declaration, that's still sub-optimal, compared to having an overlay that could just show up at the callee

Is there a way to do this?

  • 写回答

1条回答 默认 最新

  • dongsigan2044 2017-01-20 05:34
    关注

    After two and half years working with go and trying different IDEs, we have moved from Sublime Text to Visual Studio Code.

    We had been using Visual Studio Code with the Go plugin for the last 6 months and it's the best Go experience you can have. If you integrate Delve debugger with it you get a really good coding framework.

    So my recommendation is that you move to VSC and give away Sublime Text.

    This is how it looks what you are looking in Visual Studio Code:

    enter image description here

    评论

报告相同问题?