Highlighting exit points only works on return
in VSCode
#9395
Labels
A-vscode
vscode plugin issues
C-bug
Category: bug
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
Companion issue to microsoft/vscode#127007 to keep track of the issue on our side.
Basically exit point highlighting is supposed to work when the cursor is either on a
return
,?
or->
token but VSCode currently doesn't send the document highlight request unless the cursor is on areturn
or at the end of an identifier followed by a?
.cc #9375
The text was updated successfully, but these errors were encountered: