Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: How to have VScode + Rust analyzer show match type identifier?
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
🏷️ Rust_feed