You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new project with the last version of Phoenix.
Add the last version of surface.
Use Visual Studio Code with ElixirLS extension. Both in the last version released.
Describe the bug
I started a new project from zero using the
mix phx.new
, and then I ran themix surface.init --demo --catalogue --layouts
to set up Surface.After I started to follow the
Getting Started
guide, I realized there is no Surface intellisense when I started to write theslot
macro.I use Visual Studio Code with ElixirLS extension.
Checking the elixir-ls logs I could see the log below:
How to reproduce it
Create a new project with the last version of Phoenix.
Add the last version of surface.
Use Visual Studio Code with ElixirLS extension. Both in the last version released.
The behavior you expected
Your Environment
Surface: v0.11.0
LiveView: v0.19.5
Elixir: v1.15.4
Erlang: v26.0.2
The text was updated successfully, but these errors were encountered: