diff --git a/gopls.md b/gopls.md index 37b57c75..406085b1 100644 --- a/gopls.md +++ b/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.