JunoLab / atom-latex-completions

Easy Unicode input for Atom
MIT License
40 stars 7 forks source link

Complete on pressing spacebar #38

Open junewunder opened 5 years ago

junewunder commented 5 years ago

Hello,

This package seems to be exactly what I need! So thank you for making it.

One feature I'd like to implement in my own version or get merged in is the ability to complete on the press of "space" instead of just tab.

Have you looked into this at all? Would this be a welcome feature to get implemented?

If so can you point me as to how I would do it?

Thank you

aviatesk commented 5 years ago

Setting your own keybinds to select autocompletions isn't enough for you ? I really don't think selecting completions on each space hitting is what everyone wants.

junewunder commented 5 years ago

I was wondering if we could potentially only complete on space press for this specific package. Right now because we are using autocomplete, there could be more than one completion provider at the same time. I also would like to introduce this feature behind a config flag that can be opt in, in case this isn't the behavior everyone wants.

Thoughts?