Elixir setup with best "go to func definition"?

  1. I acknowledge that given Elixir is dynamically typed, there will be limitations to this.

  2. One feature I found indefensible these days is putting the cursor over a function, hitting “go to func definition”, and jumping to the function source. For languages like Java/Scala, IntelliJ is exceptional at this.

  3. For Elixir, what IDE setup has the best “jump to func definition” setup ?

I think every editor which is supporting LSP for using the elixir_ls will do the job

2 Likes