Open
Description
Describe the bug
A clear and concise description of what the bug is.
Editing a line that looks like the following causes the editor (IntelliJ) to freeze and the CPU to spike. The only remedy is to kill the editor.
alias Aggregator.{KV, DT, MP}
To Reproduce
- Type in a line as per above.
- Edit the line.
- This happened on both a laptop and desktop.
The work around for now is to split into three separate lines:
alias Aggregator.KV
alias Aggregator.DT
alias Aggregator.MP
Expected behavior
Should work.
Desktop:
- macOS Big Sur
- Version 11.6
Elixir:
- Elixir 1.12.3 (compiled with Erlang/OTP 24)
Plugin:
- Elixir 11.13.0
- IntelliJ 2021.2
- IdeaVim 1.7.2