Fork me on GitHub
#cursive
<
2018-07-12
>
csm00:07:49

So I’m getting an error “Unable to apply parinfer to handler_test.clj due to inconsistent indentation” on every keystroke. Is there an easy way to find where the error is? The IDE isn’t all that usable while this is happening.

cfleming00:07:02

@csm You should see a red bar in the left-hand side of your editor somewhere marking the indentation that isn’t consistent with parinfer.

csm00:07:40

Yeah, I could find it that way, but I was working with a file with >7k lines (all unit tests, fwiw)

cfleming00:07:43

@csm F2 (jump to next error) should find them.

cfleming00:07:05

(sorry, I should have answered your first question with that)

andrzejsliwa07:07:25

@csm just run "Reformate Code", this will fix the indentation in whole file

tony.kay17:07:15

So, “Find Implementations” used to work for protocols I seem to remember, but it doesn’t seem to work anymore…am I mis-remembering, or regression?