Jump to content

dirq

Level 2
  • Posts

    10
  • Joined

  • Last visited

Posts posted by dirq

  1. Allow multiple lines to be selected and edited at once with Alt+mouse drag. Ala Visual Studio Code or Notepad++ 

    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 Ctrl+Alt+Down or Ctrl+Alt+Up that insert cursors below or above.

    https://code.visualstudio.com/docs/editor/codebasics#_multiple-selections-multicursor

    column-select.gif.9069e82d596931b2b7b2986ebc2aaa84.gif

    multicursor-word.gif.aae20eb195526dde6313df98de636303.gif

    multicursor.gif.8dd622e3d15faf7dea2cb943ed471437.gif

     

    • Like 1
×
×
  • Create New...