A Visual Studio Code extension for Pickier, a fast formatter and linter for JavaScript/TypeScript written in Bun. Current version 0.1.24 (early development, pre-1.0). It provides instant formatting and linting by leveraging Bun's speed, targeting developers who want near-instant feedback. Unlike ESLint or Prettier, it aims for sub-second operation for small files. Integrates via VSCode commands and settings. Release cadence is irregular; breaking changes may occur before 1.0.
npm install pickier-vscodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install and configure the Pickier VSCode extension to format files on save.
Pin to exact version in your environment.
Install Bun via `curl -fsSL https://bun.sh/install | bash`.
Wait for stable release or use alternative linters.
Install Pickier globally: `bun install -g pickier`
Install Bun and then `bun install -g pickier`