benlime
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.

Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
idi527
I usually use
mix hex.info <package_name>OvermindDL1
Heh, I have a similar plugin for npm in Atom, any chance porting this over? ^.^
benlime
Yep, but still you would have to switch to a terminal. I like the autocomplete, it’s a little more convenient
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
depsblock 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:
VS Marketplace
GitHub
alvises
Exactly what I was looking for!
@benlime are you also going to implement package search? Something like when you start writing “:httpoi..” you have a list of libraries with description. Same as package.json dependencies on vscode
benlime
Thats a nice idea. Will look into it!
benlime
Version 0.3.0 is now available. This should noticeable improve the ux by also providing suggestions after you typed “~>”.
alvises
Fantastic! Thank you