Fork me on GitHub
#calva
<
2020-02-06
>
otwieracz07:02:42

I've tried restarting, I jack-in into project with shadow-cljs

otwieracz07:02:55

OK, disabling Calva: Enable JSCompletions resolved it

pez08:02:18

Ah, then Calva should probably give some error message instead of silently just failing to do the job.

otwieracz08:02:41

There wasn't anything in inspector console either.

pez08:02:29

It's an experimental feature that one could argue should be disabled by default, but it seems to mostly work and it really is valuable when it does. But some kind of hint when it causes problem would be polite, me thinks.

punit-naik12:02:51

Guys, is there a way to sort ns requires and imports on file save? Like there are hooks in Emacs?

pez12:02:45

Not currently. There was a PR about that a while... @slack1038 might remember.

kstehn12:02:13

of course i do 😄 that is the PR for CLJ refactor support there i did added the feature for clean-ns the problem is only that cljs is not supported by clj-refactor

kstehn12:02:50

but maybe we could add this feature clean-ns without the other clj-refactor stuff dont know how logical this would be

pez14:02:36

I think it would make sense on its own, @slack1038. But not if it is Clojure only.

kstehn14:02:39

the clean-ns should work also for cljs

aw_yeah 4