CodebaseNotesA VS Code extension that allows you to annotate your codebase's files AND folders directly on a project tree in the VS Code UI. Maintain clear documentation about the structure and purpose of the different parts of your codebase. Also serves as a great tool for onboarding or just personal learning. All notes are stored into a single json file that can be checked into a repo. FeaturesAccessing CodebaseNotes
Click on a file or folder and enter an annotation for it (it's autosaved)You may put a number in front of your annotation to have it ordered by that in the Annotation ListIf you right-click on a file, choose "Copy Relative Path" and paste that into an annotation, whenever this annotation is opened, it will also open the referenced file.Your annotations are stored in a
|