gopls: add supported features

Rebecca Stambler 2019-07-21 10:24:52 -07:00
parent 73c9e7fd2a
commit 01ad8b7544

@ -10,6 +10,7 @@ For folks with questions about integrating gopls within an editor, see https://g
[Troubleshooting](#troubleshooting) [Troubleshooting](#troubleshooting)
[Known Issues](#known-issues) [Known Issues](#known-issues)
[Installation](#installation) [Installation](#installation)
[Supported Features](#supported-features)
[Contributing](#contributing) [Contributing](#contributing)
[FAQ](#faq) [FAQ](#faq)
[Additional Information](#additional-information) [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 ## 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. 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.