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

Do not highlight the type annotations when navigating with vim extension.

Open tlietz opened this issue 2 years ago • 2 comments

When navigating the cursor through the type annotations with the vscode vim extension, it skips the character directly to the right of the type annotations:

https://user-images.githubusercontent.com/25965706/162584601-25f1d00d-6373-4d08-97be-8fc4e6e06b08.mov

Is this something that can be dealt with in vscode-rust, or is it a problem for the vim extension?

tlietz avatar Apr 09 '22 17:04 tlietz

Out of curiosity, can you try with https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer? I don't think it will help, but this extension is currently unmaintained, so it's worth trying its replacement.

lnicola avatar Apr 09 '22 17:04 lnicola

Oops, turns out I was using rust-analyzer the entire time.

tlietz avatar Apr 09 '22 18:04 tlietz