benvp / vscode-hex-pm-intellisense

Adds IntelliSense for hex.pm dependencies in your Elixir project Mixfile.
MIT License
19 stars 4 forks source link

Feature Request: Add support for Erlang rebar.config files #7

Open szTheory opened 4 years ago

szTheory commented 4 years ago

Great project! I tested it with my Hex Lens extension and it works nicely together.

Would you be interested in adding support for Erlang's rebar.config files? It would then also work "for free" with Gleam, LFE, and other BEAM languages that use Rebar. If it's beyond the scope of this project I understand. Or if you'd like help, maybe I could take a stab at it and submit a PR.

benvp commented 4 years ago

Hex Lens seems like a nice thing. Will definitely give it a spin in my setup, too. Having support for Gleam etc. would be a very nice, although I do not have any experience with other BEAM languages except elixir. Therefore I do not really know how the rebar.config files work 🙂