monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

[Question] how to know what char was typed when onDidChangeModelContent executed

Open KamiC6238 opened this issue 3 years ago • 0 comments

Context

  • [X] This issue is not a bug report. (please use a different template for reporting a bug)
  • [X] This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

i need to know what char typed when onDidChangeModelContent executed, and send different lsp request like 'changed' or 'completion'.

now i dont know how to do it. the event of onDidChangeModelContent is not help for me.

KamiC6238 avatar Aug 09 '22 07:08 KamiC6238