benlime
IntelliSense for hex.pm
I just published a Visual Studio Code extension with IntelliSense support for hex.pm Package Versions, because bugged me, that I had to open hex.pm quite often to check which versions for a specified packages are available.
It is inspired by the IntelliSense for npm packages in package.json files. The extension gives you autocomplete suggestions when you are in a mix.exs inside the deps function. See the gif below.
This is my first VSCode extension and a very early release, so expect room for improvement.
Please let me know what you think.

Most Liked
benlime
Version 0.3.0 is now available. This should noticeable improve the ux by also providing suggestions after you typed “~>”.
idi527
I usually use mix hex.info <package_name>
benlime
Yea, a port should be not that difficult. If I find some time to learn how Atom Packages work, I will port it. But don’t know when this will be. 
benlime
Just wanted to let you know that I released version 0.2 of the plugin with improved detection of the deps block and better sorting. 
gon782
Great work on this! You have a new user here. 
Also, VSCode extension discovery is great, but here is a link to the extension for anyone interested:







