acejump / AceJump

🅰️ single character search, select, and jump
https://plugins.jetbrains.com/plugin/7086-acejump
GNU General Public License v3.0
1.21k stars 91 forks source link

IntelliJ Idea AceJump Plugin doesn't work - java.lang.NoSuchFieldError: Companion #437

Closed neolee11 closed 1 year ago

neolee11 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: I'm using Macbook M1

  1. Install AceJump from IntelliJ marketplace
  2. Use shortcut ctrl + ; to try to activate AceJump
  3. Receive the java.lang.NoSuchFieldError: Companion error

Expected behavior Activate AceJump

Screenshots

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

dmitriy-khokhlov commented 1 year ago

I have the same problem. OS: Windows 10 IDE and version: Rider 2022.3.3 AceJump version: 3.8.13

breandan commented 1 year ago

Hi @dmitriy-khokhlov, @neolee11, thank you for reporting. Could you please try updating to IntelliJ IDEA / Rider to version 2023.1+ and see if the issue is not fixed?

ration commented 1 year ago

At least on PHPStorm updating to 2023.1.2 resolved this issue.

neolee11 commented 1 year ago

@breandan Yes, updating to 2023.1.2 worked for me. Thank you!