How can I prevent Visual Studio Code cursor skipping symbols when using CTRL + Left/Right Arrow?
From the position in my screenshot, if I do ctrl+left, the cursor will skip the . symbol. Same for ={, it will skip = symbol. How can I prevent this behavior in VS Code, and not skip that? In JetBrains…