Version Checker for Project Dependencies #32053
dxvid-pts
started this conversation in
Ideas From VSCode
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.
Uh oh!
There was an error while loading. Please reload this page.
-
VS Code offers an extension called Dependi that shows if the project is on the latest version of a dependency.
This feature is currently the primary one I miss when using Zed IDE compared to VS Code.
Cargo.toml
,package.json
,pubspec.yaml
, etc.To further improve upon Dependi, we could integrate a changelog when hovering over dependencies too for languages and ecosystems that maintain centralized changelogs (e.g., Dart packages on pub.dev). This would provide developers with quick context about version updates and would even improve the experience compared to VS Code :-)
For reference, this is the same issue but for Cargo only but I think it should work for all supported language: #20238
Beta Was this translation helpful? Give feedback.
All reactions