项目作者: szTheory

项目描述 :
Hover info for Hex packages (Mix/Rebar3) for Visual Studio Code. Supports BEAM languages like Erlang, Elixir, Gleam, etc.
高级语言: TypeScript
项目地址: git://github.com/szTheory/vsc-hex-lens.git
创建时间: 2020-01-11T00:04:48Z
项目社区:https://github.com/szTheory/vsc-hex-lens

开源协议:

下载


hex-lens README

  1. 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!

Features

Rebar hover for BEAM languages (Erlang, Gleam, LFE, etc.) in rebar.config

Rebar config hover

Mix hover for Elixir in mix.exs

mix

Compatible with your favorite Erlang and Elixir extensions

Works great with other extensions to provide all the things this one doesn’t, such as syntax highlighting, intellisense, and snippets. Currently tested with:

Setup

Requirements

Install extension

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

Thanks to ninoseki the author of vscode-gem-lens whose work formed the basis of this extension.