vscode-rust
vscode-rust copied to clipboard
Do not highlight the type annotations when navigating with vim extension.
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?
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.
Oops, turns out I was using rust-analyzer the entire time.