Support package.json: scripts, package manager, runtimes, dependencies, devEngines
#25922
dmythro
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The most time-saving thing is to have a auto-complete on package versions in
dependenciesetc.Also, would be pretty handy to quickly run scripts in a built-in terminal via project runtime (depending on a lock file, or
engines/devEngines), update package versions via specified package manager (NPM, Bun, PNPM, Deno etc) and package registry. Also,workspacessupport for auto-complete in the imports.I've seen Package Version Server (https://github.com/zed-industries/package-version-server), but it is pretty basic and only shows info about current version.
Docs: https://docs.npmjs.com/cli/v11/configuring-npm/package-json
P.S. I did use Zed much yet, sorry if I missed something that already works. But when Git UI is released I wanna give it another try, looks pretty good now!
Beta Was this translation helpful? Give feedback.
All reactions