rust-lang / vscode-rust

Rust extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
Other
1.39k stars 167 forks source link

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

Open tlietz opened 2 years ago

tlietz commented 2 years ago

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?

lnicola commented 2 years ago

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.

tlietz commented 2 years ago

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