KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.84k stars 153 forks source link

Impossible to Jump source Webstorm 2024.2.3 #3657

Open Fgabz opened 2 days ago

Fgabz commented 2 days ago

Describe the bug Im trying to jump source (CMD + B) in some standard library such as (String, File, IO, etcs) and nothing is happening. Webstorm is not able to find the source code. The SDK Elixir and Internal Erland has been imported in Webstorm (ASDF).

Desktop:

Erlang:

Elixir:

Plugin:

joshuataylor commented 2 days ago

Does command clicking (ctrl click on Linux) work for the .read part?

Do you have the project setup correctly, is it an umbrella project?

Usually the italic defmodule means that the standard library SDK isn't working correctly.

I'll have a look at WebStorm specifically

Fgabz commented 1 day ago

Thanks for your quick answer. Ive and Its not working also.

So what I did I created a project with Mix:

mix new dictionary

I imported the project with WebStorm and setup the SDK to ASDF location (check screenshot)

Capture d’écran 2024-10-22 à 12 51 56 Capture d’écran 2024-10-22 à 12 52 12 Capture d’écran 2024-10-22 à 12 53 01
joshuataylor commented 1 day ago

Interesting, will have a dig. I think with the SDK changes certain things are a bit wonky, will see if we can also get non-IDEA, non-RubyMine tests setup.

Thanks for the screenshots too!

Fgabz commented 1 day ago

So Ive discovered that the plugin is working until version 2023.3.8

Actually I had an older version of Intellij Ultimate, I updated it and the plugin stopped working and I revert to check it was working again with 2023.3.8.

and the same happend with Webstorm