Skip to content

IntelliJ Freeze #2127

Open
Open
@donaldww

Description

@donaldww

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

  1. Type in a line as per above.
  2. Edit the line.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions