oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 38 forks source link

Not seeing any suggestions on Mac #45

Open divs1210 opened 6 years ago

divs1210 commented 6 years ago

Have keyboard shortcuts / command suggestions been implemented yet? If yes, I'm not seeing any on my machine:

Brilliant project, by the way! Thank you very much!

oakes commented 6 years ago

This hasn't been implemented for Nightlight yet. I'll mark this as an enhancement, though, because it's definitely worth doing.

divs1210 commented 6 years ago

Hi, @oakes, I would love to contribute! Please let me know what ideas you have on how one could go about implementing this. Maybe I should study Nightcode?

oakes commented 6 years ago

I haven't looked at it closely enough but if it were to work like Nightcode, it would need to utilize reagent to display the shortcut hints. And it would need to work with both the control and command keys. Lots of hidden complexity there, I suppose.