How to have VScode + Rust analyzer show match type identifier?

⚓ Rust    📅 2025-07-23    👤 surdeus    👁️ 2      

surdeus

Sorry if this was a dup topic. I do not know what is the official name of <> around a type.

My problem is that, my vscode + rust ayalyzer env, show matching symbol of {}, [] and (). By which I meant, when I place the cursor on one of the matching symbols, the other one shows in special color or something to let me know where it is. But with <> (typically used like collect::<Vec<_>>(), vscode does not do anything.

How can I make it work like the others?

3 posts - 3 participants

Read full topic

🏷️ Rust_feed