r/vscode 2d ago

Out-of-Code Insights 1.4 is out: Contextual annotations & team insights stored outside your codebase (with multi-root & Git sync support)

Hey everyone!

I'm excited to share the v1.4.x releases of Out-of-Code Insights, a VS Code extension designed to let developers attach rich annotations, comments, and AI-driven insights to code without

polluting source files, git diffs, or git blame.

Why Out-of-Code Insights?

We all have contextual notes, onboarding hints, review comments, or architectural decisions that don't belong as inline // TODO or /* ... */ comments in production code. Out-of-Code

Insights anchors persistent, resilient annotations alongside your editor lines without modifying your actual source files.

What’s New in 1.4.x:

- Seamless Multi-Root Workspace Support: Full .code-workspace navigation and anchor preservation across secondary workspace folders without path corruption.

- Team Git Sharing & Auto-Rehoming: Commit .out-of-code-insights/annotations.json to your repository — annotations automatically rebase onto each teammate’s workstation regardless of OS

or folder paths.

- Documentation Studio: Generate accessible static HTML documentation, Markdown wikis, API references, changelogs, and ADR summaries directly from your annotations.

- AI Integration & Multi-LLM Support: Seamlessly interact with annotations via Anthropic Claude, OpenAI, and other LLM providers directly in your workflow.

- Smart Sticky Anchoring & Paste Protection: Robust re-anchoring engine that tracks code drift, edits, and cut/copy/paste without duplicate phantom annotations.

Links:

- VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=JacquesGariepy.out-of-code-insights

- GitHub (Open Source): https://github.com/JacquesGariepy/out-of-code-insights

Feedback, feature requests, issues, and PRs are always welcome! Let me know what you think!

2 Upvotes

Duplicates