spacemacs 2023-11-12

How would you go about diagnosing why hitting tab doesn't cycle through automcomplete options in a clj file? E.g if my cursor is * then hitting tab here re* Should show me "reduce"

the emacs function 'completion-at-point' seems to find the completions, but tab doesn't load them up.

i went back to the default layer configuration for aut-completion and now it's working ok....

well it's not working on library functions e.g (semantic-csv.core/cast*)