Nikola Jichev
Nikola Jichev
Note this is a quick and dirty version, this would delete the whole line in the following scenarios: ``` IO.inspect(arg); foo list |> Enum.map(...) |> IO.inspect() |> Enum.join() ``` I...
The problem with affecting only the debugger node is that it will break in the semicolon and the piping cases, i.e.: `IO.inspect(arg, label: "foo"); expr` You'll be left with `;...
> I also realized that we should only remove the function call but not the argument. > > So in this case removing the semicolon is not a problem, because...
I mean not break it 😅 But leave the variable there hanging.
I can't think all of them from the top of my head(since I don't use all of them), but one such action is the `GET "/devices/#{id}/bandwidth"`, also the ones mentioned...
The code action uses the line:column from the elixir extension's diagnostic. I assume that the older version of elixir just reports the column as 0. @mhanberg maybe this will be...
Hey 👋 The latest release bundles together an Elixir version, can you try updating and seeing whether the issue persists. Thanks in advance
I am using 0.9.2 and it didn't work on nightly as well. Edit: I lied, I am using 0.9.5 locally
Thanks for the feedback, I'll go and implement them, will edit the original comment with a todo list for those.
Go for it, I don't think anyone's working on this one.