Lines Matching refs:TextEdit
2904 /*TextEdit defined:
2905 * An [edit](#TextEdit) which is applied to a document when selecting
2909 TextEdit *TextEdit `json:"textEdit,omitempty"`
2912 * An optional array of additional [text edits](#TextEdit) that are applied when
2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"`
3007 /*TextEdit defined:
3010 type TextEdit struct {
3038 Edits []TextEdit `json:"edits"`
3174 Changes *map[string][]TextEdit `json:"changes,omitempty"` // [uri: string]: TextEdit[];
3186 * only plain `TextEdit`s using the `changes` property are supported.
3375 /*TextEdit defined:
3376 * An [edit](#TextEdit) which is applied to a document when selecting
3383 TextEdit *TextEdit `json:"textEdit,omitempty"`
3386 * An optional array of additional [text edits](#TextEdit) that are applied when
3394 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"`