]> Cypherpunks repositories - gostls13.git/commitdiff
doc: use better wording to explain type-aware completion
authorJaana Burcu Dogan <jbd@google.com>
Fri, 4 Aug 2017 19:59:55 +0000 (12:59 -0700)
committerJaana Burcu Dogan <jbd@google.com>
Fri, 4 Aug 2017 20:18:16 +0000 (20:18 +0000)
Some editors can filter the autocompletion suggestions based on
whether the code will compile once autocompleted. Explain this
feature with better wording.

Change-Id: I29e4b0396878f18c79208915402c0a209a813b04
Reviewed-on: https://go-review.googlesource.com/53355
Reviewed-by: Florin Patan <florinpatan@gmail.com>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/editors.html

index 05986d9ad2c2bc767e7eaaeadd2db9aa9a8968f5..264f5af920f84af2ce45e426186ddc508911be08 100644 (file)
@@ -65,7 +65,7 @@ The following feature matrix lists and compares the most significant features.
     <td class="yes">Yes</td>
   </tr>
   <tr>
-    <td>Autocompletion based on type</td>
+    <td>Type-aware autocompletion</td>
     <td class="no">No</td>
     <td class="no">No</td>
     <td class="yes">Yes</td>