Open Jany-M opened 6 years ago
Anyone interested in picking this up for development?
After some research I found these relevant commits for vscode built-in npm package version on hover
https://github.com/microsoft/vscode/blob/1.66.0/extensions/npm/src/features/jsonContributions.ts https://github.com/microsoft/vscode/blob/1.66.0/extensions/npm/src/features/packageJSONContribution.ts
Would be great if you could integrate a version lookup when editing
composer.json
(like what happens inpackage.json
) or when using this extension.