Skip to content

Commit

Permalink
doc: use better wording to explain type-aware completion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rakyll committed Aug 4, 2017
1 parent 92dac21 commit 58ad017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/editors.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 id="options">Options</h2>
<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>
Expand Down

0 comments on commit 58ad017

Please sign in to comment.