sourcegraph / jetbrains

Apache License 2.0
70 stars 23 forks source link

JetBrains: Cody icon is missing from context menu in IntelliJ IDEA editor. #1273

Open jay-fibi opened 7 months ago

jay-fibi commented 7 months ago

Cody Version

v5.5.1-nightly

IDE Information

IntelliJ IDEA 2023.3.3 (Community Edition) Build #IC-233.14015.106, built on January 25, 2024 Runtime version: 17.0.9+7-b1087.11 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 14.3 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Metal Rendering is ON Registry: ide.experimental.ui=true Non-Bundled Plugins: idea.plugin.protoeditor (233.13135.65) DevKit (233.14015.152) gherkin (233.11799.165) cucumber-java (233.11799.196) PythonCore (233.14015.106) com.sourcegraph.jetbrains (5.5.1-nightly) Kotlin: 233.14015.106-IJ

Describe the bug

Platform: MacOS

Steps to reproduce:

  1. Have Cody plugin installed in your JB PyCharm & IntelliJ IDEA editors
  2. Login to Cody with Free/Pro/Enterprise user
  3. Open any source code and right click to open Context menu
  4. Check the "Cody" menu item

Observed behavior:

Cody icon is missing in the context menu for IntelliJ IDEA ediror.

Expected behavior

Cody icon should appear correctly.

Additional context

Screenshots:

IntelliJ IDEA :

Screenshot 2024-04-03 at 1 05 43 AM

PyCharm:

Screenshot 2024-04-03 at 1 06 53 AM
mkondratek commented 7 months ago

The actual difference is probably the old vs the new UI.

pkukielka commented 7 months ago

Most likely, but still other icons are showing properly, so we need to fix it regardless. It just does not seem to be a regression.

mkondratek commented 7 months ago

It is something from the newer versions of IntelliJ. Note that it affects all action groups e.g. Diagrams:

image

(previously there was an icon there too)