IntelliJ Elixir v11.7.0
Changelog
Enhancements
-
Convert
annotator.ModuleAttributeto Kotlin- Apply optional Kotlin transformations.
Bug Fixes
-
Check if at least one resolution for module attribute references is valid
Previously, it was checked if module attributes resolved to exactly one declaration, but this is no longer true with the looser reference resolution that allows invalid results for PisPolyVariantReference.
resolve()will returnnullwhen there is more than one result frommultiResolveeven if some are invalid, so we need to explicitly check if thePsiReferenceis aPsiPolyVariantReferenceand if so check if any are valid. -
Fix deprecation warnings for
annotator.ModuleAttribute. -
Quick fixes for inlinables in
annotator.ModuleAttribute. -
Fix
iexanderlarguments not being saved for IEx Mix Run Configurations.
Read next Adding Gleam to a Mix project
