The Editor-selection-extras for Visual Studio Code enhances the default line selection functionality by displaying the number of selected lines. With this extension, users can easily see how many lines are currently selected in the editor.
- Replaces the default line selection behavior in VSCode.
- Displays the number of lines selected in the status bar.
- Lightweight and easy to use.
Once installed, simply select any number of lines in the editor. The extension will automatically display the count of selected lines in the status bar at the bottom of the VSCode window.
You can disable the Editor selection
.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by gurumukhi.selected-lines-count ❤️