Open hoclun-rigsep opened 11 months ago
Pressing cqp, I can tab-complete builtins and things but if I want to complete my-func I need to type current-namespace/my... first. Is this expected? Would it be good if my-func were considered for completion?
cqp
my-func
current-namespace/my...
Pressing
cqp
, I can tab-complete builtins and things but if I want to completemy-func
I need to typecurrent-namespace/my...
first. Is this expected? Would it be good ifmy-func
were considered for completion?