1
0
mirror of https://github.com/golang/go synced 2024-10-01 05:38:32 -06:00
go/gopls/doc/status.md
Jordan Christiansen a6bebb6330 gopls/doc: Clear out fixed issues
I was checking on the status of the known issues, and I noticed that some are already fixed. I checked each one and culled the list.

Change-Id: I178cb5fdc3aa21e658c3ffd8bf558d5c48c5528f
GitHub-Last-Rev: b0135c2c6e95395026641ce8214f08a2aa623d92
GitHub-Pull-Request: golang/tools#211
Reviewed-on: https://go-review.googlesource.com/c/tools/+/220681
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-02-24 23:14:51 +00:00

1.1 KiB

Status

gopls is currently in alpha, so it is not stable.

gopls is currently under active development by the Go team. The code is in the x/tools repository, in golang.org/x/tools/internal/lsp and golang.org/x/tools/gopls.

Supported features

Autocompletion

Jump to definition

Signature help

Hover

Document symbols

References

Rename

Known issues

  1. Editing multiple modules in one editor window: #32394
  2. Type checking does not work in cgo packages: #35721
  3. Does not work with build tags: #29202
  4. Find references and rename only work in a single package: #32877