PhantomNotePhantomNote 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. FeaturesAdd 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.InstallationOpen 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:
Usage CommandsAdd Comment: phantom-note.addCommentOpens an input box to add a comment to the current line. Edit Comment: phantom-note.editCommentOpens an input box to edit the comment on the current line. Delete Comment: phantom-note.deleteCommentDeletes the comment on the current line. Context MenuClick on a line of code, then right-click to access options for adding, editing, or deleting comments. Known IssuesComments 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. |