Skip to content

Releases: KronicDeth/intellij-elixir

v15.0.2-pre+20230623204654

23 Jun 20:51
Compare
Choose a tag to compare
Pre-release
Stop prependingQualifiers at EEx tags.

Fixes #3278

v15.0.2-pre+20230616161446

16 Jun 16:20
Compare
Choose a tag to compare
Pre-release
Check if Internal Erlang SDK home path exists for SDK for New Project

Fixes #3173

v15.0.2-pre+20230609212153

09 Jun 21:26
Compare
Choose a tag to compare
Pre-release
Exclude .elixir_ls directory when configuring new Projects

Fixes #3174

If the `.elixir_ls` directory is included the `.beam` it produces can
interfere with normal `StubIndex` creation.

v15.0.2-pre+20230609204721

09 Jun 20:54
Compare
Choose a tag to compare
Pre-release
Skip bare Aliases when resolving Types

Fixes #3175

v15.0.2-pre+20230609200142

09 Jun 20:07
Compare
Choose a tag to compare
Pre-release
Don't include null target usage types when finding usage type across …

v15.0.2-pre+20230609171512

09 Jun 17:21
Compare
Choose a tag to compare
Pre-release
Add #3260 to changelogs

v15.0.2-pre+20230605142442

05 Jun 14:31
Compare
Choose a tag to compare
Pre-release
Use org.apache.commons.lang.SystemUtils instead of org.codehaus.plexu…

v15.0.2-pre+20230604193456

04 Jun 19:41
Compare
Choose a tag to compare
Pre-release
Highlight module attributes as usual in types

Fixes #1667

v15.0.2-pre+20230604062341

04 Jun 06:28
Compare
Choose a tag to compare
Pre-release
Highlight binary numbers as usual in types

Fixes #1549

v15.0.2-pre+20230604015202

04 Jun 01:59
Compare
Choose a tag to compare
Pre-release
Include mix new stderr in IOException for better triage

Until it can be determined how to exit the `setupProject` step cleanly,
make the error reporting better for better pre-validation.