xxxxxxxxxx
Multiple selections (multi-cursor)#
VS Code supports multiple cursors for fast simultaneous edits.
You can add secondary cursors (rendered thinner) with Alt+Click.
Each cursor operates independently based on the context it sits in.
A common way to add more cursors is with Shift+Alt+Down or Shift+Alt+Up
that insert cursors below or above.
xxxxxxxxxx
Control + shift + p
Search Open user settings (json)
should look like this (the three dots are a bunch of random shit):
{
}
but edit it to look like this
{
"editor.disableMonospaceOptimizations": true,
}
Now your cursor should work right