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

IDE Does not resolve module defenitions. #3660

Open
JensvandeWiel opened this issue Nov 6, 2024 · 0 comments
Open

IDE Does not resolve module defenitions. #3660

JensvandeWiel opened this issue Nov 6, 2024 · 0 comments

Comments

@JensvandeWiel
Copy link

JensvandeWiel commented Nov 6, 2024

Describe the bug
Having:

defmodule Lasagna do
  def expected_minutes_in_oven() do
    40
  end

  # Please define the 'remaining_minutes_in_oven/1' function
  def remaining_minutes_in_oven(minutes) do
    expected_minutes_in_oven() - minutes
  end

  # Please define the 'preparation_time_in_minutes/1' function
  def remaining min

  # Please define the 'total_time_in_minutes/2' function

  # Please define the 'alarm/0' function
end

And:

defmodule Help do
  def help do
    Lasagna.expected_minutes_in_oven()
  end
end

Results in no go to defenition in the Help module, I need to add alias Lasagna to make it work.
image
And when i do that it results in multiple imlpementations but this should automatically go to the defmodule.
image

Desktop:

  • OS: Windows 11 Enterprise
  • Version: 10.0.22621 Build 22621 22H2

Erlang:

  • Installer Scoop
  • Version 27

Elixir:

  • Installer Scoop
  • Version 1.17.3

Plugin:

  • Version 19.0.1

Additional context
@joshuataylor Love the work you've been doing to the plugin, if you need help LMK. Please redirect me to easy/beginner issues/tasks since I'm new to plugin dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant