DocLog is a lightweight VS Code extension that lets you capture and maintain project‐level notes without ever leaving your editor. Simply trigger the command at any cursor position to jot down a quick tip, link, or fix—DocLog auto‑appends it to a NOTES.md in your workspace. With inline CodeLens actions, you can instantly view, edit, or delete any note right from the source file, keeping your documentation perfectly in sync with your code.
- Prompt appears on command to write or paste your note (links, snippets, explanations).
- Notes are formatted with a
### file:lineheading, timestamped, and appended toNOTES.md.
- Above each logged line, see 📝 View, ✏️ Edit, and 🗑️ Delete actions for seamless navigation and management.
- “View Note” opens
NOTES.mdand jumps directly to the corresponding entry.
- Modify or remove notes in-place; CodeLens and document entries stay perfectly synchronized.
- No setup required—installs and works in any folder-based workspace.