Visual Studio Code / Developer preview

Repository evidence, beside the code.

Search stable symbols, inspect impact, trace relationships, and check graph health without leaving the editor. The extension remains a thin client over Ontoly’s local deterministic artifacts.

ATLAS-PLATFORM — VISUAL STUDIO CODE GRAPH READY
auth.service.ts ×

18export class AuthService {

19  async authenticate(input: Credentials) {

20    return this.session.create(input);

21  }

22}

Ontoly evidence

AuthService.authenticate

IMPACT

14 dependents

POLICY

Merge allowed

OWNER

Identity team

Editor workflow

Inspect the graph at the point of change.

Select a symbol or route and ask Ontoly for bounded evidence. The extension does not parse the repository or run an independent ranking system.

Search stable symbols

Resolve repository language into graph nodes before running a traversal.

⌘ K

Inspect impact

See direct dependents, affected routes, owners, and evidence budgets.

SCOPED

Trace execution

Follow request, dependency, and call paths using deterministic graph relationships.

CALLS

Check policy

Surface local verification status and the exact facts behind the decision.

CITED

Designed for the whole loop

Local context that agrees with CI and review.

Understand

Open a file and see its feature, owner, dependencies, and related evidence.

Change

Run impact before editing and compare the changed neighborhood after the diff.

Verify

Use the same graph and policies that later gate the pull request in CI.

Developer preview

Help shape the Ontoly editor workflow.

The extension surface is in developer preview. Use the documented CLI and MCP workflow today, and join the preview for editor builds.