-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to autocomplete/hover macro in Phoenix Project #1124
Comments
Which macros are you trying to hover on? In which files is autocomplete not working? |
i was trying to hover this |
Unable to expand macro Phoenix.Component.Declarative.pattern!/2: ** (ArgumentError) could not call Module.delete_attribute/2 because the module MyAppWeb.MyViewLive.FormComponent is already compiled I can't make it working for any macro accessing attributes/compile time properties of module in using and before_compile functions. Started ElixirLS v0.24.1 Using last version of elixir (1.17.3-otp-27) and OTP (27.1.2) installed via asdf. im trying to work with elixir-ls lsp from zed editor on Mac OS system. |
That's a know limitation |
The project is running in VSCode devcontainer
Sample Code
elixir 1.17.3/OTP 27
ElixirLS v0.24.1
MacOS
VSCode
Elixir-LS Log
Reproduction steps
mix phx.new app
The text was updated successfully, but these errors were encountered: