go-language-server / protocol

Package protocol implements Language Server Protocol specification in Go
https://pkg.go.dev/go.lsp.dev/protocol
BSD 3-Clause "New" or "Revised" License
98 stars 15 forks source link

Move vscode snippets to go language server #50

Closed angelozerr closed 1 week ago

angelozerr commented 5 months ago

It would be really nice if Go language server could embed the vscode snippets https://github.com/golang/vscode-go/blob/master/extension/snippets/go.json in order to another LSP client like Eclipse IDE, IJ will benefit with this very helpful snippets.

Thanks!

rcjsuen commented 3 weeks ago

@angelozerr I think you meant to open this issue with the gopls project in golang/tools. This repository provides an API for implementing language servers in Go and not related to the Go language server (named "gopls") for integration with LSP clients.

angelozerr commented 3 weeks ago

Ooops sorry, indeed I wanted to say that.

zchee commented 1 week ago

@angelozerr Can I close?

angelozerr commented 1 week ago

Yes we need to move this issue to go language server