Ever wanted to leave a personal note, a TODO, or a question on a specific line of code without cluttering the source file or making a commit?
This plugin is for you! Add contextual comments to your code that stay separate from the source itself.
👉 https://plugins.jetbrains.com/plugin/27717-line-comment
- Right-click on a line of code.
- Select
Add Line Comment
. - Write your note and press
OK
. That's it!
✍️ Non-Intrusive Comments: Your codebase remains untouched and clean. Comments are stored externally.
📂 Local Storage: All comments are saved in a local .notes folder as a simple JSON file.
🛡️ Git Friendly: Easily keep your comments private by adding .notes/
to your .gitignore
, or share them with your team by committing the file. The choice is yours!
🚀 Coming Soon: An upcoming update will turn your personal notes into a collaborative tool by adding the author's Git username to each comment.