From 01ad8b754428ed834860460b8dd9d90dd9aa13a7 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Sun, 21 Jul 2019 10:24:52 -0700 Subject: [PATCH] gopls: add supported features --- gopls.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.