Use text edits for autocompletion

This commit is contained in:
Zachary Yedidia
2020-08-15 18:05:29 -04:00
parent 3821a7a075
commit 68270773dd
6 changed files with 118 additions and 92 deletions

View File

@@ -93,9 +93,8 @@ type SharedBuffer struct {
// Settings customized by the user
Settings map[string]interface{}
Suggestions []string
Completions []string
CurSuggestion int
Completions []Completion
CurCompletion int
Messages []*Message