This extension adds a simple line number decorator to your VS Code editor. It displays the current line number at the end of the current line, making it easier to keep track of your position in the code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This extension adds a simple line number decorator to your VS Code editor. It displays the current line number at the end of the current line, making it easier to keep track of your position in the code.
Features:
Dynamic display: The line number is only shown on the current line and updates as you move the cursor.
Customizable appearance: You can change the color and margin of the line number.
Lightweight and efficient: The extension is designed to be lightweight and performant, even in large documents.