Steps to reproduce
- Put your cursor in the middle of a token
- Scroll the token off the screen
- Say "chuck first word"
Root cause
We use the navigation map to get tokens and the navigation map only has tokens that are on screen.
Proposed solution
Tokenise the line containing the start of the range and the line containing the end of the range and use those tokens
Steps to reproduce
Root cause
We use the navigation map to get tokens and the navigation map only has tokens that are on screen.
Proposed solution
Tokenise the line containing the start of the range and the line containing the end of the range and use those tokens