saibing / bingo

Bingo is a Go language server that speaks Language Server Protocol.
MIT License
495 stars 25 forks source link

vscode-go instruction not working #124

Closed jackielii closed 5 years ago

jackielii commented 5 years ago

The instructions for vscode-go is not correct. The one in wiki works: https://github.com/saibing/bingo/wiki/Language-Client#vscode-go

{
    "go.useLanguageServer": true,

    "go.alternateTools": {
        "go-langserver": "bingo"
    },

    "go.languageServerFlags": [],

    "go.languageServerExperimentalFeatures": {
        "format": true,
        "autoComplete": true
    }
}
saibing commented 5 years ago

@jackielii

I tested bingo with flag '-enhance-signature-help' is ok.

Which version of bingo that you used?

jackielii commented 5 years ago

Hi, I think I know what's wrong, I used go install directly and that chose a different version.