This is question issue.
I want to fix selection range when double click.
I tried to fix this using registerHoverProvider() + onDidChangeTextEditorSelection().
https://github.com/sgryjp/japanese-word-handler/compare/master...tyru:handle-double-click?expand=1
But that has the problem:
registerHoverProvider() handler is not called so frequently, it doesn't update mouse position when moving mouse quickly.
And question is:
I wonder if event has a mouse position, or any other better workaround for this 🤔
Do you know that?
Screenshot

This is question issue.
I want to fix selection range when double click.
I tried to fix this using
registerHoverProvider()+onDidChangeTextEditorSelection().https://github.com/sgryjp/japanese-word-handler/compare/master...tyru:handle-double-click?expand=1
But that has the problem:
registerHoverProvider()handler is not called so frequently, it doesn't update mouse position when moving mouse quickly.And question is:
I wonder if event has a mouse position, or any other better workaround for this 🤔
Do you know that?
Screenshot