Skip to content

Parsing issue on for comprehension #28

@jk-lamb

Description

@jk-lamb

Describe the bug
Open Module Symbols in Zed

To reproduce

I just installed in Zed and works! Good job!

 for {_key, %ChatWidget{} = state} <- socket.assigns,
          state.topic == message.topic,
          reduce: socket do
        socket ->
          insert_message(socket, state, message)
      end
Image

Expected behavior
What you expected to happen.

Debug logs
Please enable debug mode and include the relevant logs after reindexing using dexter init --force in your project root. See the Debugging section in the README.

Logs
Paste debug logs here

Environment

  • Dexter version (dexter --version): 0.5.3
  • Elixir version (elixir --version): 1.20
  • Editor and version:
  • OS: macos

Did you try dexter init --force?
Yes / No

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions