We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8890a6 commit edc1adaCopy full SHA for edc1ada
types/inlineCompletionWithReferences.ts
@@ -101,4 +101,13 @@ export interface LogInlineCompletionSessionResultsParams {
101
* Length of additional characters inputed by user from when the trigger happens to when the user decision was made
102
*/
103
typeaheadLength?: number
104
+ /**
105
+ * The number of new characters of code that will be added by the suggestion if accepted, excluding any characters
106
+ * from the beginning of the suggestion that the user had typed in after the trigger.
107
+ */
108
+ addedCharacterCount?: number
109
110
+ * The number of characters of existing code that will be removed by the suggestion if accepted.
111
112
+ deletedCharacterCount?: number
113
}
0 commit comments