
Is there a way to highlight all references to an identifier (in the scope where it is declared)?
If it can't be done through the API, I do have a source code license.
I'm looking for something similar to the "Highlight references to symbol under cursor" option in Visual Studio 2022 (under Options > Text Editor > Visual Basic > Advanced. This is on by default.
A similar automatic highlighting option is right next to it: "Highlight related keywords under cursor". This will, for instance, highlight the End If corresponding to an If statement.
[Modified 2 years ago]