Skip to content

ChenYCL/code-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-code-notes

Code Notes Logo

Stars Forks Issues

Documents

Code Notes is a VSCode extension that allows you to add notes to your code without using comments.

Video:

sample.mp4

Features

  • Add notes to specific lines of code
  • View all notes in a tree view
  • Notes persist even when the code changes

Usage

install

  1. Right-click on a line of code and select "Add Code Note"
  2. Enter your note in the input box
  3. View your notes in the Code Notes view in the Explorer sidebar

Development

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Press F5 to start debugging
  4. Make changes to the code
  5. Run the "Reload Code Notes Extension" command to see your changes

History

This project was started to improve code documentation and collaboration. It has evolved to become a powerful tool for developers to add context to their code without cluttering it with comments.

License

MIT

About

vscode plugin - a simple notes for local code

Resources

License

Stars

Watchers

Forks

Packages

No packages published