'Is there an extension in Visual studio code to get actually installed versions of packages from package.json?

In WebStorm there's a great way to know which version of a package actually installed in your node_modules, by ctrl+hovering on the package name in package.json. Is there an extension with a similar funtionality in VS code? Tried this one https://marketplace.visualstudio.com/items?itemName=ldd-vs-code.better-package-json But it seems abandoned



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source