Search code examples
csvvisual-studio-codetextselection

How to delete text selection with range in Visual Studio Code?


I have a csv that looks wrong on certain lines so I want to delete lines manually in line range 1 to 281387 using Visual Studio Code as Text Editor.

vs code

I've tried using the cursor and Ctrl + Shift + from line 281387 to line 1 but it takes a very long time. Is there a quick way to solve this problem?


Solution

    • cursor on line 281837 or start of 281838
    • and then key Ctrl+Shift+Home