IntelliJ Elixir 7.2.1
-
Use
documentionRootType
to indirectly get the documentationOrderRootType
in the Erlang SDK Type, so that it works in Small IDEs that have more thanCLASSES
andSOURCES
root types installed. -
The
credo
annotator is disabled by default as numerous users find runningmix credo
in the background has a negative impact on their system performance. If you like to try enabling the annotation, you can turn it on using the configuration.- Preferences > Editor > Inspections > Elixir
- Check “Credo”
- Click OK to save and close Preferences If you notice a degradation the in the responsiveness of the editor, it is recommended you disable the annotator again.
- Preferences > Editor > Inspections > Elixir
- Uncheck “Credo”
- Click OK to save and close Preferences
-
Protect from
PsiFile
beingnull
inLocal
credo inspector -
Run
Qualified#moduleName
getText
in Read Action. -
Scratch Files have a
Project
, but not aModule
, so change flow to useProject
whenModule
isnull
in credo annotator. -
Don’t add
.bat
tomix
on Windows.mix
is never run as an executable. It is either run as a script toelixir.bat
OR as an argument toerl.exe
whenerl.exe
is runningelixir
.
Read next phoenix_integration 0.4 published to hex