Majorix
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.
Marked As Solved
benwilson512
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. · GitHub extension.
Last Post!
carlheinz
Update:
After running a mix deps.get, things are all firing ![]()
How else would VSCode know ![]()
Hi Ben
Sorry to resurrect an old thread.
I’m sitting with the same issue but have ElixirLS installed.
This is my Elixir+Phoenix settings in my settings.json in VSCode.
// elixir + phoenix
"elixirLS.suggestSpecs": false,
"elixirLS.dialyzerEnabled": true,
"elixirLS.signatureAfterComplete": false,
"elixirLS.fetchDeps": false,
"[elixir]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"[phoenix-heex]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"files.associations": {
"*.heex": "phoenix-heex",
"*.exs": "elixir",
"*.ex": "elixir",
"**/*.html": "html",
},
"emmet.includeLanguages": {
"phoenix-heex": "html",
"elixir": "html",
"html-eex": "html"
},
"tailwindCSS.includeLanguages": {
"phoenix-heex": "html",
"elixir": "html"
},
// elixir + phoenix
Extensions enabled:
Elixir Mix Formatter v1.0.1
ElixirLS: Elixir support and debugger v0.19.0
Phoenix Framework v0.1.2
I might be missing something or probably configured incorrectly…
Thanks
Carl-Heinz
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









