Inline JSDoc decorations for property accesses on as const object literals in TypeScript/TSX files. Keeps docs visible next to the code without opening hovers.
What it does
Shows JSDoc from const obj = { /**doc*/ key: ... } as const when you access obj.key.
Filters out TypeScript lib/interface members so only your as const object literals decorate.
Decorations are cached and kept when scrolled; only visible regions trigger new tsserver requests.
Bundled tsserver plugin is always loaded by enforcing the semantic TypeScript server.
Install
Install from VSIX or Marketplace (once published).
Open a TS/TSX file; the extension activates on TypeScript languages only.