Mitchell Hanberg

Results 181 comments of Mitchell Hanberg

I _think_ you might be able to assume the expression is terminated with a semicolon if it _has_ the `newlines` key in the metadata is equal to 0 (meaning, not...

How does that break? I think I'm missing it haha

> I mean not break it 😅 But leave the variable there hanging. I see, I think think this is preferable, as if you have them inside a function call,...

https://github.com/elixir-tools/next-ls/assets/5523984/d3395dc5-b843-4f59-a1c2-faf9fff9677b found an edge case `bundle_base |> dbg() |> NextLS.Runtime.BundledElixir.install(IO.inspect(logger), mix_home: mixhome) |> IO.inspect()` with this original code, 3 code actions appear, but they all seem to be for the...

That might be a credo issue tho, i see that the diagnostics for the two IO.inspects have the same range ![CleanShot 2024-04-23 at 09 00 39@2x](https://github.com/elixir-tools/next-ls/assets/5523984/bd7a256d-82b0-42d5-a1a7-6b363226c82a)

I think we can probably get this in for the 0.21 release, but i hope to do that before the end of the week. no pressure tho if we can't...

can you rebase and then i'll try this out?

pushed a change to use credo from rrrene/credo rather than my fork. i think i deleted that branch when he merged it also pushed a change that adds an "empty...

this code action is going to drastically speed up my workflow (i'm a heavy puts debugger), thank you so much for grinding this one out! another follow up, maybe include...

@kyleboe the v4 jobs aren't expected to succeed. I just have them in there in case someone wants to look into #569