Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Phantom NoteNew to Visual Studio Code? Get it now.
Phantom Note

Phantom Note

Phantom Note

|
80 installs
| (0) | Free
Generate code comments using AI based on selected code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PhantomNote

PhantomNote is a Visual Studio Code extension designed to streamline the process of adding, editing, and deleting comments within your code. With intuitive commands and decorations, it enhances your workflow by allowing you to manage comments efficiently.

Features

Add Comments: Easily add comments to any line in your code.

Edit Comments: Quickly edit existing comments.

Delete Comments: Remove comments when no longer needed.

Decorations: View comments directly in the editor with a visual indicator.

Comment Management: Automatic adjustment of comment positions when lines are added or removed.

Installation

Open Visual Studio Code. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window. Search for "Phantom Note" and click Install. Alternatively, you can install the extension from the command line:

code --install-extension PhantomNote.PhantomNote

Usage Commands

Add Comment: phantom-note.addComment

Opens an input box to add a comment to the current line.

Edit Comment: phantom-note.editComment

Opens an input box to edit the comment on the current line.

Delete Comment: phantom-note.deleteComment

Deletes the comment on the current line.

Context Menu

Click on a line of code, then right-click to access options for adding, editing, or deleting comments.

Known Issues

Comments may be temporarily misplaced if lines are added or removed around them. The extension handles most changes but might need manual adjustments for complex scenarios.

Acknowledgements: Thanks to the VS Code API documentation and community for their support and contributions.

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