mirror of
https://github.com/golang/go
synced 2024-11-06 05:26:11 -07:00
96954830e1
Change-Id: Ibb7d7715541ee2a712dd6927abceadc45ec60b41 Reviewed-on: https://go-review.googlesource.com/c/tools/+/195517 Reviewed-by: Ian Cottrell <iancottrell@google.com>
1.5 KiB
1.5 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
- Cursor resets to the beginning or end of file on format: #31937
- Editing multiple modules in one editor window: #32394
- Language features do not work with cgo: #32898
- Does not work with build tags: #29202
- Find references and rename only work in a single package: #32869, #32877
- Completion does not work well after go or defer statements: #29313
- Changes in files outside of the editor are not yet tracked: #31553