Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Inline JSDOC Type MinimizerNew to Visual Studio Code? Get it now.
Inline JSDOC Type Minimizer

Inline JSDOC Type Minimizer

okyle.dev

|
2 installs
| (2) | Free
Minimizes jsdoc inline types
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Inline JSDoc Type Minimizer

A VS Code extension that minimizes inline JSDoc type annotations to keep your code clean and readable.

Features

  • Compact JSDoc Types: Automatically formats JSDoc type annotations for inline use
  • Reduces Visual Clutter: Minimizes verbose type declarations without losing type information
  • Smart Formatting: Preserves type accuracy while improving code appearance

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Inline JSDoc Type Minimizer"
  4. Click Install

Example

Before

const value = /** @type {string|number|boolean} */ (getValue());

After

const value = <string|number|boolean>(getValue());

License

MIT

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