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
spapas
2
Don’t think it is possible in Elixir; but I presume you like Lisp 
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.
NobbZ
4
Use r/1
to reload the module.