vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Semantic Highlighting support

Open bigyihsuan opened this issue 3 years ago • 1 comments

Semantic highlighting has less support compared to other languages. Now, this may be low-priority for pretty colors, but it makes things more cohesive (and for me, the pretty colors help differentiate between variables).

Some cursory inspections show that there's no semantic token types associated with the various tokens:

image image image

bigyihsuan avatar Mar 17 '22 05:03 bigyihsuan

You should give https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer a try, see https://blog.rust-lang.org/2022/02/21/rust-analyzer-joins-rust-org.html.

lnicola avatar Mar 17 '22 07:03 lnicola