Skip to content
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

bug: add require code action put require inside typedstruct block #509

Open
mhanberg opened this issue Jun 4, 2024 · 0 comments
Open

bug: add require code action put require inside typedstruct block #509

mhanberg opened this issue Jun 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mhanberg
Copy link
Collaborator

mhanberg commented Jun 4, 2024

Problem

with code similar to the following, the require Logger expression was added in inside the typedstruct block

defmodule Bar do
  use TypedStruct

  require AnotherModule

  typedstruct module: Some.Thing do
    @moduledoc false
    field :name, String.t(), enforce: true
   
  end

  def foo do
    Logger.warning("something")
  end
end
@mhanberg mhanberg added the bug Something isn't working label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant