Zulip Chat Archive

Stream: new members

Topic: VSCode: add cursors at semantic matches


Duncan Skahan (Oct 31 2024 at 14:22):

When the cursor is on a variable, VSCode highlights all semantic matches (i.e. when it is actually the same variable, not just the same text). Is there something to add cursors like Ctrl+Shift+L but for semantic matches rather than textual matches?

Derek Rhodes (Oct 31 2024 at 16:00):

Maybe rename symbol (F2) will do? It respects scope boundaries.


Last updated: May 02 2025 at 03:31 UTC