elm-git-install
elm-git-install copied to clipboard
Potential Problems with IntelliJ
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.
I was able to get around this issue by adding the ../elm-stuff/gitdeps
path to the External Libraries.