In Visual Studio there are 2 keyboard shortcuts that allow you to navigate through highlighted references of the current open document. I think it would be very useful to have these in VS Code.
For languages like c# and typescript VS Code already has the symbol information to perform the highlight, I think now it's just a matter of being able to map a key to navigate next/previous.
In Visual Studio:
Edit.NextHighlightedReference
Edit.PreviousHighlightedReference
In Visual Studio there are 2 keyboard shortcuts that allow you to navigate through highlighted references of the current open document. I think it would be very useful to have these in VS Code.
For languages like c# and typescript VS Code already has the symbol information to perform the highlight, I think now it's just a matter of being able to map a key to navigate next/previous.
In Visual Studio:
Edit.NextHighlightedReference
Edit.PreviousHighlightedReference