Codeium Chat is not accessible in JetBrains IDEs
Asked Answered
M

3

10

According to the official website and their YouTube videos, Codeium Chat is supposed to be accessible from the JetBrains IDEs. But I have no way of accessing the chat window...

I wanted to know if I'm the only one or if there is a way to correct this? I don't even have the buttons above the functions to explain or generate the doc!

I installed the latest version of PhpStorm, Rider and Android Studio, the latest version of the extension. But in none of the IDEs is the functionality accessible!

Medial answered 22/9, 2023 at 7:5 Comment(2)
Did you install the corresponding plug-in? plugins.jetbrains.com/plugin/….Fulminate
Yes, and I even reinstalled it just in case! But it does not change anything !Medial
M
5

Finally, I found the solution! JetBrains always used OpenJDK which is installed on my system instead of the jdk/jre made for the JetBrains IDEs! To change it, simply go to the actions search and search for "Choose boot Java runtime", then choose the JetBrains Runtime with JCEF! THANKS

Medial answered 26/9, 2023 at 9:25 Comment(7)
Which one of JetBrains Runtime with JCEF? There is a bunch of them with JCEF!Unsearchable
I chose the last version and it works.. :-DJackhammer
@VítKapitola I am glad to hear you use it but as to me I still have AS crash. I tried different versions of AS and their java runtimes but nothing of that attempts does help.Unsearchable
@Unsearchable I use version 17.0.8b1000.8-jcef and it's working very well ! I don't tested the latest version 17.0.9bxxxxMedial
@Unsearchable I use version 17.0.6b653.34 and operating system Ubuntu.Jackhammer
Try 17.0.8 - 17.0.10 did't help((Bistre
I'm using the one bundled by default in Android Studio and that changes nothing.Subdebutante
M
6

In IntelliJ IDEA, navigate to Help -> Find Action. Type Registry and select it. Here, disable ide.browser.jcef.sandbox.enable. That worked for me.

Mablemabry answered 23/4 at 21:35 Comment(2)
It Worked for me !!! Thanks @MablemabryDuprey
but it able to login only and tool is not workingDuprey
M
5

Finally, I found the solution! JetBrains always used OpenJDK which is installed on my system instead of the jdk/jre made for the JetBrains IDEs! To change it, simply go to the actions search and search for "Choose boot Java runtime", then choose the JetBrains Runtime with JCEF! THANKS

Medial answered 26/9, 2023 at 9:25 Comment(7)
Which one of JetBrains Runtime with JCEF? There is a bunch of them with JCEF!Unsearchable
I chose the last version and it works.. :-DJackhammer
@VítKapitola I am glad to hear you use it but as to me I still have AS crash. I tried different versions of AS and their java runtimes but nothing of that attempts does help.Unsearchable
@Unsearchable I use version 17.0.8b1000.8-jcef and it's working very well ! I don't tested the latest version 17.0.9bxxxxMedial
@Unsearchable I use version 17.0.6b653.34 and operating system Ubuntu.Jackhammer
Try 17.0.8 - 17.0.10 did't help((Bistre
I'm using the one bundled by default in Android Studio and that changes nothing.Subdebutante
T
3

First you need to install the plugin: https://codeium.com/jetbrains_tutorial

If you press Ctrl+Shift+A you can search for "Codeium Chat", which should give you a chat window that docks to the right.

One problem I've had is that Codeium in Webstorm gives me lovely "Refactor / Explain / Docstring" links above each function but I don't get the same in Rider.

Tain answered 25/9, 2023 at 9:45 Comment(2)
Thank you for your answer, I tried installing codeium and even reinstalling it but it doesn't change anything. When I look I can't find the good option anymore! Besides, I'm on Linux, maybe that's the problem?Medial
Same problem here with Mac.Subdebutante

© 2022 - 2024 — McMap. All rights reserved.