Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ODAVL InsightNew to Visual Studio Code? Get it now.
ODAVL Insight

ODAVL Insight

odavl

|
14 installs
| (0) | Free
Local-only, deterministic import structure analysis for JavaScript and TypeScript (v1.0 - import analysis only)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ODAVL Insight — VS Code Extension (v1.0)

Local-only import structure analysis for JavaScript and TypeScript projects


What Is ODAVL Insight v1.0

ODAVL Insight v1.0 is a VS Code extension that analyzes import/export statements in your JavaScript and TypeScript code.

It runs locally, shows results in the Problems Panel, and provides a brief summary in the Output channel.


What It Does (v1.0)

Import Analysis Only

  • Scans JS/TS files for import/export statements
  • Detects missing imports, circular dependencies, broken references
  • Reports issues in VS Code Problems Panel
  • Provides narrative summary in Output channel

Auto-Analysis on Save (Optional)

Enable odavl.autoAnalyzeOnSave to run analysis automatically when you save a file (default: disabled).


What It Does NOT Do (v1.0)

  • ❌ Project MRI panels or visualizations
  • ❌ Decision Log or ZCC Memory
  • ❌ Attestations or trust artifacts
  • ❌ Multi-detector analysis (TypeScript, security, performance)
  • ❌ "Why?" explanations or Understanding Layer
  • ❌ Cloud sync or remote execution
  • ❌ Authentication or telemetry
  • ❌ Autofix or code modifications

These features are planned for future releases but are not in v1.0.


Commands (v1.0)

Only two commands are available:

  1. ODAVL Insight: Analyze Workspace (Local) — Run import analysis on the workspace
  2. ODAVL Insight: Clear Diagnostics — Clear ODAVL issues from Problems Panel

All other commands listed in older documentation have been removed.


Usage

Run Analysis

  1. Open a JavaScript/TypeScript project in VS Code
  2. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS)
  3. Type: ODAVL Insight: Analyze Workspace (Local)
  4. View results:
    • Problems Panel: Issues appear with severity indicators (red/yellow/blue)
    • Output Channel: Open "ODAVL Insight" for brief summary

Clear Diagnostics

  1. Press Ctrl+Shift+P
  2. Type: ODAVL Insight: Clear Diagnostics
  3. All ODAVL issues are removed from Problems Panel

Privacy & Local-First (v1.0)

  • No cloud: All analysis happens on your machine
  • No uploads: Code never leaves your filesystem
  • No auth: No sign-in, no accounts
  • No telemetry: Zero usage data collected

Settings (v1.0)

Only one setting is available:

  • odavl.autoAnalyzeOnSave (default: false) — Enable auto-analysis on file save

Roadmap (Future Releases)

These features are not in v1.0:

  • v1.1: Multi-detector analysis (TypeScript, ESLint, security)
  • v2.0: Decision Log, ZCC Memory, Project MRI panels
  • v3.0: Attestations, trust artifacts, "Why?" explanations

No dates. No promises. Just direction.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft