Skip to content

Commit

Permalink
Stop prependingQualifiers at EEx tags.
Browse files Browse the repository at this point in the history
Fixes #3278
  • Loading branch information
KronicDeth committed Jun 23, 2023
1 parent bfce886 commit ca0b1ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
If the `.elixir_ls` directory is included the `.beam` it produces can interfere with normal `StubIndex`.
* [#3271](https://github.com/KronicDeth/intellij-elixir/pull/3271) - [@KronicDeth](https://github.com/KronicDeth)
* Check if Internal Erlang SDK home path exists for SDK for New Project.
* [#3288](https://github.com/KronicDeth/intellij-elixir/pull/3288) - [@KronicDeth](https://github.com/KronicDeth)
* Stop `prependingQualifiers` at EEx tags.

## v15.0.1

Expand Down
1 change: 1 addition & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h1>v15.0.2</h1>
with normal <code>StubIndex</code>.</p>
</li>
<li>Check if Internal Erlang SDK home path exists for SDK for New Project.</li>
<li>Stop <code>prependingQualifiers</code> at EEx tags.</li>
</ul>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions src/org/elixir_lang/psi/impl/QualifiableAliasImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ object QualifiableAliasImpl {
is QuotableKeywordPair,
// containers
is ElixirAssociationsBase, is ElixirContainerAssociationOperation, is ElixirList, is ElixirStructOperation, is ElixirTuple,
is ElixirEexTag,
// Top of file
is ElixirFile,
// Top of expression inside of interpolation
Expand Down

0 comments on commit ca0b1ae

Please sign in to comment.