Hover info for Hex packages (Mix/Rebar3) for Visual Studio Code. Supports BEAM languages like Erlang, Elixir, Gleam, etc.
Hover info for Rebar3 (Erlang) and Mix (Elixir) packages. Shows package version and description.
Combine this extension with hex.pm IntelliSense by benvp to also get autocomplete when typing version numbers in your Elixir mix.exs
file!
rebar.config
mix.exs
Works great with other extensions to provide all the things this one doesn’t, such as syntax highlighting, intellisense, and snippets. Currently tested with:
Install Hex Lens from the Visual Studio Marketplace from this link or by searching from the Extensions tab within the app itself. If you have trouble finding it search for hex-lens
.
Thanks to ninoseki the author of vscode-gem-lens whose work formed the basis of this extension.