mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
gopls: add supported features
parent
73c9e7fd2a
commit
01ad8b7544
11
gopls.md
11
gopls.md
@ -10,6 +10,7 @@ For folks with questions about integrating gopls within an editor, see https://g
|
||||
[Troubleshooting](#troubleshooting)
|
||||
[Known Issues](#known-issues)
|
||||
[Installation](#installation)
|
||||
[Supported Features](#supported-features)
|
||||
[Contributing](#contributing)
|
||||
[FAQ](#faq)
|
||||
[Additional Information](#additional-information)
|
||||
@ -217,6 +218,16 @@ Finally, you should familiarise yourself with the LSP package's *Settings* and *
|
||||
|
||||
---
|
||||
|
||||
## Supported Features
|
||||
|
||||
* Autocompletion
|
||||
* Jump to definition
|
||||
* Signature help
|
||||
* Hover
|
||||
* Document symbols
|
||||
* References
|
||||
* Rename
|
||||
|
||||
## Contributing
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user