benvp / vscode-hex-pm-intellisense

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

Add space as a trigger #9

Closed adamzapasnik closed 3 years ago

adamzapasnik commented 3 years ago

Hi, First of all, thanks for building this extension, it's really helpful.

I decided to add space to the triggers, my use case is this:

{:jason, "~> (suggestions tooltip/dropdown)"

Currently, you have to move your a cursor all the way back after inserting a version and then add ~> which is just a tad annoying. Trigger on a space would allow a better UX (in my opinion).

Wdyt?

benvp commented 3 years ago

That's an awesome extension. I always was thinking about implementing but never actually found the time. 😉 Thanks!! Will create a release in the next hour.