halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Autocomplete without automating inserting of default arguments #132

Closed ghivert closed 5 years ago

ghivert commented 6 years ago

Hi!

Today, when autocompleting a function waiting for arguments, the autocomplete automatically inserts default arguments according to the function signature. But, in a lot of cases (when dealing with currying) I don't want them to be inserted. Moreover, if this behavior is specifically desired, there's the Insert Default Arguments features.

Is there any way to deactivate it?

halohalospecial commented 6 years ago

Hi @ghivert, you can go to the Settings view to disable that.

ghivert commented 6 years ago

To be honest, I can't find the option, neither in the Core Settings View nor the autocomplete-plus package settings... 🙁

halohalospecial commented 6 years ago

It's an Elmjutsu setting :)

elmjutsu-settings