1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/gopls/doc/status.md
Ian Cottrell 062dbaebb6 cmd/gopls: add documentation
Much of this documentation has been collated from other sources,
but this pulls it all into one coherent and public structure in
a way that allows us to peer review changes.

Change-Id: Ic24a59bb92b27ec85d2f57affcf2eb396c9de3c0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/191741
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-08-27 15:23:08 +00:00

1.5 KiB

gopls 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. Cursor resets to the beginning or end of file on format: #31937
  2. Editing multiple modules in one editor window: #32394
  3. Language features do not work with cgo: #32898
  4. Does not work with build tags: #29202
  5. Find references and rename only work in a single package: #32869, #32877
  6. Completion does not work well after go or defer statements: #29313
  7. Changes in files outside of the editor are not yet tracked: #31553