saibing / bingo

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

Documentation: Move to README.md and update vscode-go settings #96

Closed mbana closed 5 years ago

mbana commented 5 years ago

NB: Flags seem to indicate that --format-style=<style> is supported whilst I could only get this to work

...
    "go.languageServerFlags": [
        "-enhance-signature-help",
        "-trace",
        "-format-style=goimports",
    ],
...