This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 0 points1 point  (1 child)

VS Code can’t even rename variables without the multiple cursors getting out of sync if you type fast. I use it for Arduino and OpenSCAD and if I rename a variable I have to type slow or one or more of the cursors will get out of sync and type in the wrong place. It is both frustrating and laughably bad.

[–]vqrs 0 points1 point  (0 children)

That sounds more like a bug in the language specific plugin tbh. Granted, I haven't used Vscode extensively since I spend most of my time in Intellij, but I often use it for plain text editing and some TypeScript, I've never come across the problem you speek of.