VS Code Elixir F2 "rename symbol" not working

Viewed 767

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".

  • Saving a new workspace as suggested for Python

How do I easily rename variables in Elixir with VS Code?

1 Answers
Related