Incorrect range for incremental text change events
Opened this issue · 0 comments
mrward commented
The position of text changes is found using the TextEditor by turning the offset of the text changing event provided by the text editor into a position (line, column). This does not work in all cases since the text editor does not have the current changes.