carlrobertoh / CodeGPT

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free
https://codegpt.ee
Apache License 2.0
885 stars 184 forks source link

Find usages window no longer appears #592

Closed nadia-tarashkevich closed 2 weeks ago

nadia-tarashkevich commented 4 weeks ago

What happened?

The IDE successfully detects that a symbol is used n times.

Unfortunately, it's not possible to show the usage of the symbol. The dialog won't appear, regardless of the way to open it:

by using the shortcut Opt+F7, by using the menu entry or by clicking on the symbol. The dialog stopped working on 2024.1 and still fails on 2024.1.2.

Disabling CodeGPT plugin solved the issue

Relevant log output or stack trace

No response

Steps to reproduce

Press Opt+F7 on any symbol

CodeGPT version

7

Operating System

macOS

reneleonhardt commented 3 weeks ago

Hello @nadia-tarashkevich thank you for reporting, I can't really see how CodeGPT could stop the Find dialog from working without an exception being thrown in the log.

sidler commented 2 weeks ago

@reneleonhardt I think you may close this issue. I was in contact with @nadia-tarashkevich regarding this problem. There was a problem in phpstorm causing the Find dialog to stop opening and one way to reproduce it was to install / uninstall the codegpt plugin. But: the problem itself was related to a set of corrupted phpstorm preferences and not the codegpt plugin. There: please close as not reproducible.

reneleonhardt commented 2 weeks ago

Thank you very much for your feedback, @carlrobertoh please close this issue.