You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When placing the cursor at the end of an identifier, we do not send out document highlights, which causes VS Code to serve its own, dumb highlights instead.
[Trace - 9:25:36 AM] Received response 'textDocument/documentHighlight - (579)' in 1ms.
Result: []
The text was updated successfully, but these errors were encountered:
Kha
changed the title
Document highlight should include identifiers just after cursor
Document highlight should include identifiers just before cursor
Dec 5, 2023
While it does make sense to work around limitations in popular tools, this doesn't actually seem wrong to me. I'm also surprised when the thing that the cursor isn't pointing at lights up, though much less so than when random stuff spelled the same lights up!
When placing the cursor at the end of an identifier, we do not send out document highlights, which causes VS Code to serve its own, dumb highlights instead.
The text was updated successfully, but these errors were encountered: