Update to update the suggestions.
(in Document)
| 65 | |
| 66 | // Update to update the suggestions. |
| 67 | func (c *CompletionManager) Update(in Document) { |
| 68 | c.tmp = c.completer(in) |
| 69 | } |
| 70 | |
| 71 | // Previous to select the previous suggestion item. |
| 72 | func (c *CompletionManager) Previous() { |