N+1 Query Companion (VS Code)Flags a TypeORM/Sequelize/Drizzle find/query call inside a loop — the classic N+1 query anti-pattern. No data leaves your editor. v0.1, new niche. Not a port from the Gap Hunter Labs IntelliJ- family catalog. Evidence: confirmed by a dedicated search — "there doesn't appear to be a dedicated N+1 query detector extension available in the Visual Studio Code marketplace" — existing TypeORM/Sequelize/Drizzle extensions are schema visualizers or snippets, none analyzes call patterns for N+1. What it doesLive, on any
v0.1 scope, honestly noted: flags any ORM call reachable from inside a loop, regardless of whether its result could actually be batched — a deliberate false-positive tolerance (catching the common real mistake matters more than perfect precision on every case, same principle already used by this workstream's Go Timer Leak Companion). PrivacySee PRIVACY.md — zero network calls, everything runs against files already open in your editor. Development
To build an installable package without publishing:
LicenseApache License 2.0 — see LICENSE. |