Fork me on GitHub
#cursive
<
2022-09-01
>
Takis_15:09:53

hello, i am using [potemkin "0.4.5"] that allows us to import-vars and make a core.clj without the implementation of the functions in 1 file

Takis_15:09:46

and it works fine when i require the core, i get autocomplete etc, but it doesn't work when the vars i try to import are defined in .cljc file, code works but no autocomplete

Takis_15:09:08

at least when i test it, i had this problem, can i do something about it?