1# Status
2
3gopls is currently in **alpha**, so it is **not stable**.
4
5gopls 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].
6
7## Supported features
8
9<!--- TODO: supported features
10details and status for the features
11missing features
12--->
13
14### Autocompletion
15### Jump to definition
16### Signature help
17### Hover
18### Document symbols
19### References
20### Rename
21
22## Known issues
23
241. Cursor resets to the beginning or end of file on format: [#31937]
251. Editing multiple modules in one editor window: [#32394]
261. Language features do not work with cgo: [#32898]
271. Does not work with build tags: [#29202]
281. Find references and rename only work in a single package: [#32869], [#32877]
291. Completion does not work well after go or defer statements: [#29313]
301. Changes in files outside of the editor are not yet tracked: [#31553]
31
32[x/tools]: https://github.com/golang/tools
33[golang.org/x/tools/gopls]: https://github.com/golang/tools/tree/master/gopls
34[golang.org/x/tools/internal/lsp]: https://github.com/golang/tools/tree/master/internal/lsp
35
36
37[#31937]: https://github.com/golang/go/issues/31937
38[#32394]: https://github.com/golang/go/issues/32394
39[#32898]: https://github.com/golang/go/issues/32898
40[#29202]: https://github.com/golang/go/issues/29202
41[#32869]: https://github.com/golang/go/issues/32869
42[#32877]: https://github.com/golang/go/issues/32877
43[#29313]: https://github.com/golang/go/issues/29313
44[#31553]: https://github.com/golang/go/issues/31553
45
46
47