Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>line-notesNew to Visual Studio Code? Get it now.
line-notes

line-notes

TheNarcissistCoders

|
111 installs
| (2) | Free
Quick notes line by line
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Line Notes Extension

Description

This VS Code extension allows you to add, edit, delete, and clear line-specific notes without affecting the file content. Notes are shown at the end of the line and can be managed through commands or keybindings.

Features

  • Add Notes: Add notes to specific lines of code.
  • Edit Notes: Edit existing notes.
  • Delete Notes: Delete notes.
  • Clear Notes: Clear all notes.

Commands

The following commands are available:

  • extension.addNote: Add a note to the current line.
  • extension.deleteNote: Delete the note from the current line.
  • extension.updateNote: Update the note on the current line.
  • extension.clearNotes: Clear all notes.

Keybindings

Default keybindings for the commands:

  • Ctrl+G: Add a note to the current line.

Usage

  1. Open a file in VS Code.
  2. Place the cursor on the line where you want to add a note.
  3. Use the keybinding Ctrl+G or the command Add Note from the command palette (Ctrl+Shift+P) to add a note.
  4. To edit or delete a note, click on the (Note) indicator at the end of the line and choose the desired action from the hover menu.
  5. To clear all notes, use the command Clear Notes from the command palette.

Installation

  1. Clone the repository.
  2. Open the project in VS Code.
  3. Run npm install to install dependencies.
  4. Press F5 to open a new VS Code window with the extension loaded.

Contribution

Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft