VS Code Extensions
TypeStrictener — Track & Tame TypeScript 'any'

TypeStrictener — Track & Tame TypeScript 'any'

by mjethwa-streamlit

Counts explicit 'any' usage and ts-suppression comments per file and project-wide. Fix suggestions, git trends, and per-author reports with Pro.

Downloads

4

Rating

(0)

Version

1.0.0

Last updated

Jun 11, 2026

any quietly erodes type safety. TypeStrictener makes its usage visible and trackable so teams can drive it down.

Free

  • Inline diagnostics for explicit any (: any, as any, any[], <any>)
  • Warnings for @ts-ignore / @ts-nocheck / @ts-expect-error
  • Project-wide any count in the status bar + per-file summary

Pro

  • Quick-fix suggestions (anyunknown, as anyas unknown, …)
  • any-count trend vs an earlier git revision
  • Per-author any introduction report (via git blame)

Detection is lexical (explicit any), so it works instantly without a type-check pass.

Get a Pro key at marketplace.dashovia.com/extensions/type-strictener.

Related extensions