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.
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.