Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set vscode to display the number of selected lines?

Who knows how to set vscode to display the number of selected lines? Just like NotePad++, when we select many lines, we can see how many lines selected in the lower right corner, thanks!

like image 593
Lethe Avatar asked Apr 21 '20 08:04

Lethe


1 Answers

Try this extension: Selected Lines Count

demo

Without an extension, you have to resort to a workaround: use the command Add Cursors to Line Ends and observe the selection count. The default shortcut is Shift+Alt+I (i, not L).

enter image description here

like image 187
MarredCheese Avatar answered Oct 23 '22 21:10

MarredCheese