mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
add wiki page for golsp
parent
2b246b8579
commit
ec28e452be
7
GoLSP:-Go-Language-Smartness-Provider.md
Normal file
7
GoLSP:-Go-Language-Smartness-Provider.md
Normal file
@ -0,0 +1,7 @@
|
||||
GoLSP is currently under active development by the Go team. The code is in the x/tools repository, in [golang.org/x/tools/internal/lsp](golang.org/x/tools/internal/lsp) and [golang.org/x/tools/cmd/golsp](golang.org/x/tools/cmd/golsp).
|
||||
|
||||
Contributions are welcome, but since development is so active, we request that you file an issue and claim it before starting to work on something. Otherwise, it is likely that we might already be working on a fix for your issue. There are some LSP issues already open on the [Go issue tracker](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+x%2Ftools%2Finternal%2Flsp). Any issue without an assignee and with the label "Suggested" is fair game - just please assign yourself or comment on the issue before you begin working!
|
||||
|
||||
Questions can be directed toward [@stamblerre](https://github.com/stamblerre) or [@ianthehat](https://github.com/ianthehat).
|
||||
|
||||
For consistent updates on the development progress of GoLSP, see the notes from the golang-tools meetings (https://github.com/golang/go/wiki/golang-tools).
|
Loading…
x
Reference in New Issue
Block a user