Skip to content

Find Usages(⌥ F7) not working. #2374

@odk211

Description

Describe the bug
Find Usages(⌥ F7) not working in Plugin Version: 12.0.1 and IDEA 2021.3.
I rollbacked IDEA version to 2021.2.3 and It worked.

To Reproduce

  1. Write
defmodule Foo do
  def foo, do: "foo"
  def bar, do: foo()
  def baz, do: foo()
end
  1. Move Cursor to foo()
  2. Do Find Usages(⌥ F7).
  3. Find window is not activated.

Logs
No pop up events.

System

Plugin Version: 12.0.1
Application: IntelliJ IDEA Ultimate Edition (2021.3)
Operating System: Mac OS X (11.6.1)

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions