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
- Write
defmodule Foo do
def foo, do: "foo"
def bar, do: foo()
def baz, do: foo()
end
- Move Cursor to
foo()
- Do Find Usages(⌥ F7).
- 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)