Changelog
v15.1.0
Enhancements
-
Add “Homebrew on Linux” SDK locations.
Bug Fixes
-
Replace uses of
Cell.horizontalAlign(HorizontalAlign)
The API is scheduled for removal and is replaced by Call.align(AlignX.FILL)
.
-
Ignore
group:
for docs.
-
Don’t resolve built-in types against the index if index is updating.
-
findModuleForPsiElement
in mostSpecificSdk
in read action.
-
Skip finding
mix.exs
for OTP apps if it can’t be read.
-
Include
mix new
stderr in IOException
for better triage.
-
Highlight binary numbers and module attributes as usual in types.
-
Use
org.apache.commons.lang.SystemUtils
instead of org.codehaus.plexus.interpolation.os.Os
to detect if on Windows for Test marker file URL.
-
Call
FileIndex.getContentRootForFile
in ReadAction
when getting working directory for mix format
.
-
Don’t include
null
target usage types when finding usage type across all targets.
-
Skip bare Aliases when resolving Types.
-
Exclude
.elixir_ls
directory when configuring new Project
s.
If the .elixir_ls
directory is included the .beam
it produces can interfere with normal StubIndex
.
-
Check if Internal Erlang SDK home path exists for SDK for New Project.
-
Stop
prependingQualifiers
at EEx tags.
Installation Instructions