/vscode-hex-pm-intellisense

Adds IntelliSense for hex.pm dependencies in your Elixir project Mixfile.

Primary LanguageTypeScript

vscode-hex-pm-intellisense README

This Package adds IntelliSense for hex.pm dependencies in your Elix && ir project Mixfile. It uses the hex.pm API to receive the versions according to the current package.

The extension is in an early stage, so there is plenty of room for improvements. Contributions are welcome. 🙂

Why?

Because it bugged me, that I always have to go to hex.pm first to check for the available versions of a package. With this handy extension, you can directly see all available versions.

How does it look?

hex-pm-intellisense-vscode

Requirements

Should not have any dependencies. However using the fabulous ElixirLS or vscode-elixir plugin would help. But I think you will have it already installed anyway.

Extension Settings

None - as for now.

Known Issues

None - as for now.

Release Notes

0.1.0

First version with IntelliSense for mix.exs files enabled.