Closed
Description
From the discussion at microsoft/vscode-discussions#1606
I would like to be able to query how many change
events are queued up for onDidChangeTextDocument()
Then I can batch process parsing the document much more effectively
The recommended suggestion of using setTimeout()
to debounce the input causes issues with symbol outline
when autosave
is turned off
Activity