benvp / vscode-hex-pm-intellisense

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

Use a pattern to select the mix.exs files (optimization) #10

Closed adamzapasnik closed 3 years ago

adamzapasnik commented 3 years ago

I've been working on package name intellisense and going through the docs I noticed that there is a bit better (native) way of running it only in mix.exs files. Tested it locally and it works, so maybe you will consider my changes.

Here is an example with package.json: https://code.visualstudio.com/api/references/vscode-api#DocumentFilter

I will open a separate PR for the package name intellisense over the coming weekend. Edit: Turns out I won't be able to deliver it this weekend, more likely next weekend (need additional time to deal with edge cases)

benvp commented 3 years ago

Thank you. Sorry for reacting so late - I missed the notification here. :)