This content originally appeared on DEV Community and was authored by Ε£Ι¨βΰΉΡ
I was too. And honestly, it started driving me crazy.
Every time I needed to check which tools I had installed β Node, Python, Docker, Git, Java, TypeScript, you name it β Iβd open a terminal and type command after commandβ¦ just to answer the same questions over and over.
So I built something simple that solved it for me (and maybe for you too).
System Versions Explorer is a lightweight Visual Studio Code extension that automatically detects and displays the versions of your dev tools β directly in the Explorer sidebar. No terminal, no guesswork.
Just open VS Code, and youβll instantly see which tools are available and what versions you have installed. Click once to refresh. Thatβs it.
Try it on the Marketplace: https://marketplace.visualstudio.com/items?itemName=til0r.syv
Contribute on GitHub: https://github.com/Til0r/system-versions
Iβd love your feedback and feel free to suggest tools to support next!
This content originally appeared on DEV Community and was authored by Ε£Ι¨βΰΉΡ