I'm using ElixirLS: Elixir support and debugger JakeBecker.elixir-ls
and editor.formatOnType
is working just fine.
Pressing F2 to rename a variable doesn't work. There is no Output from ElixirLS
.
What I've tried:
Using the Command Palette (Ctrl+Shift+P) - nothing useful when typing "rename".
Having only the one extension ElixirLS active
Right-clicking on a symbol to rename only lists the syntax-unaware "Change All Occurences".
How do I easily rename variables in Elixir with VS Code?