Skip to content

A simple plugin for Intellij Idea based IDEs to add comments to code lines without touching codebase!

Notifications You must be signed in to change notification settings

yuunus90/line-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Comments Without the Commits

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.

Available on Marketplace

👉 https://plugins.jetbrains.com/plugin/27717-line-comment

How It Works

  • Right-click on a line of code.
  • Select Add Line Comment.
  • Write your note and press OK. That's it!

Key Features

✍️ 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.

About

A simple plugin for Intellij Idea based IDEs to add comments to code lines without touching codebase!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages