elm-git-install icon indicating copy to clipboard operation
elm-git-install copied to clipboard

Potential Problems with IntelliJ

Open ursi opened this issue 4 years ago • 1 comments

from the slack

FYI: IntelliJ-elm does not work well with elm-git-install. The problem is that elm-git-install puts its files in elm-stuff directory, which IntelliJ-elm treats as “Excluded” (to prevent cluttering up your search results and indexes with a bunch of intermediate files generated by the Elm compiler). The end result is that IntelliJ-elm will not see anything in elm-stuff.

ursi avatar Jul 22 '20 00:07 ursi

I was able to get around this issue by adding the ../elm-stuff/gitdeps path to the External Libraries.

sisyphushappy avatar Jun 14 '21 01:06 sisyphushappy