Open cemerick opened 7 years ago
Cursive does a really good job of completing keywords (based on those found in the current project and maybe dependencies I suppose). It'd be nice to have similar treatment of quoted symbols. e.g. assuming this appears somewhere:
'{entities {label [lbltxt:text (lbltxt (:matches [:pattern "cash +symbol" :i]))]}}
Then typing 'lb<C-Space> could find the desired 'lbltxt and 'lbltxt:text options.
'lb<C-Space>
'lbltxt
'lbltxt:text
Related to #1046.
Cursive does a really good job of completing keywords (based on those found in the current project and maybe dependencies I suppose). It'd be nice to have similar treatment of quoted symbols. e.g. assuming this appears somewhere:
Then typing
'lb<C-Space>
could find the desired'lbltxt
and'lbltxt:text
options.