VSCode Ctrl-Click To Go to Module

Hey guys, I am a newbie with Elixir so please bear with my question. How can I use the Ctrl+Click to go to the module that was aliased? In Javascript projects VSCode has this feature but I can’t seem to use it in an Elixir project.

Hi @Majorix you’ll want to install the GitHub - elixir-lsp/vscode-elixir-ls: Elixir language support and debugger for VS Code, powered by ElixirLS. extension.

3 Likes