mkremins / flense

Edit trees, not text
MIT License
101 stars 3 forks source link

Unify completions and templates #51

Closed mkremins closed 9 years ago

mkremins commented 9 years ago

From a UI perspective, template expansion is very similar to code completion. In a situation like |let|, displaying a completions menu whose top result is (let [...] ...) would be a great way to present the template expansion functionality.

Maybe give template completions a different text color (blue?) so they stand out more.