Registry / devops / pickier-vscode

pickier-vscode

JSON →
library0.1.24jsnpmunverified

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-vscode
INSTALL
IMPORT
SIG · PICKIER-VSCODE
P
pickier-vscode
devopsjavascriptv0.1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

extension
import { activate, deactivate } from './extension'
const extension = require('./extension')
VSCode extensions typically use ESM exports. Use named exports activate/deactivate.

Install and configure the Pickier VSCode extension to format files on save.

// Install the extension from VSCode marketplace or via command line: // code --install-extension pickier-vscode // After installation, open a JavaScript/TypeScript file and run: // Command Palette > Pickier: Format // Or set as default formatter in settings.json: // { // "editor.defaultFormatter": "pickier.pickier-vscode", // "editor.formatOnSave": true // }
Debug
Known issues
breakingNo breaking changes documented yet as pre-1.0. Expect frequent API changes.
fix
Pin to exact version in your environment.
affects: <1.0
gotchaPickier requires Bun to be installed globally. The extension will not work without Bun.
fix
Install Bun via `curl -fsSL https://bun.sh/install | bash`.
affects: >=0.1.0
deprecatedPre-1.0 releases are not stable for production. Use at your own risk.
fix
Wait for stable release or use alternative linters.
affects: <1.0
Errors
Common errors & fixes
Cannot find module 'pickier'
Pickier CLI not installed globally or not in PATH.
fix
Install Pickier globally: `bun install -g pickier`
Activation failed: pickier command not found
Bun not installed or Pickier binary missing.
fix
Install Bun and then `bun install -g pickier`
Upgrade
Version history
0.1.24latest on npm
Audit
Dependencies
pickierrequiredcore formatter/linter binary or package required
Agent activity
2 hits · last 30 days
node
2
Resources
pickier-vscode — npm install pickier-vscode · libregistry