Vscode elixir-ls: send buffer to running `iex -S mix`

I have a iex -S mix running inside a tmux.

I also have vscode + elixir-ls installed (appears to be working based on syntax coloring).

Question: is there a way to have vscode tell the running iex to reload the current buffer (or send part of the buffer over to iex) ?

1 Like

Don’t think it is possible in Elixir; but I presume you like Lisp :slight_smile:

1 Like

What do you mean? this is possible in Emacs / VIM; so if it can’t be done, it’s not an Elixir problem, but a VSCode Elixir plugin problem.

Use r/1 to reload the module.