intellij-chatgpt
intellij-chatgpt copied to clipboard
A plugin that integrates ChatGPT and other third-party mirror sites into JetBrains IDEs.一个将 ChatGPT 和其他第三方镜像网站整合到 JetBrains IDEs 的插件。
com.intellij.diagnostic.PluginException: Cannot init toolwindow com.lilittlecat.chatgpt.window.ChatGPTToolWindowFactory@520977e1 [Plugin: com.lilittlecat.intellij-chatgpt] at com.intellij.toolWindow.ToolWindowSetInitializerKt.registerToolWindows(ToolWindowSetInitializer.kt:191) at com.intellij.toolWindow.ToolWindowSetInitializerKt.access$registerToolWindows(ToolWindowSetInitializer.kt:1) at com.intellij.toolWindow.ToolWindowSetInitializer$createAndLayoutToolWindows$entries$1$1.invoke(ToolWindowSetInitializer.kt:129) at com.intellij.toolWindow.ToolWindowSetInitializer$createAndLayoutToolWindows$entries$1$1.invoke(ToolWindowSetInitializer.kt:121) at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:248) at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:199) at com.intellij.toolWindow.ToolWindowSetInitializer$createAndLayoutToolWindows$entries$1.invokeSuspend(ToolWindowSetInitializer.kt:121) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:193) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:861) at...
1.Failed to copy to clipboard. 也就是无法复制剪切板 2.中文bug。 3.小键盘无法识别bug 4.目前看来对idea2023.3的适配并不是太好。好在能用.不知道下个大版本是否会挂掉
https://github.com/LiLittleCat/awesome-free-chatgpt/issues/711
When the idea opens the chatgpt page box, it should take over the Enter shortcut key for quick interaction
java.lang.IllegalArgumentException: Argument for @NotNull parameter 'cefCookieManager' of com/intellij/ui/jcef/JBCefCookieManager. must not be null at com.intellij.ui.jcef.JBCefCookieManager.$$$reportNull$$$0(JBCefCookieManager.java) at com.intellij.ui.jcef.JBCefCookieManager.(JBCefCookieManager.java) at com.intellij.ui.jcef.JBCefCookieManager.(JBCefCookieManager.java:57) at com.lilittlecat.chatgpt.window.ChatGPTToolWindow.setCookieForOfficalWebsite(ChatGPTToolWindow.java:71) at com.lilittlecat.chatgpt.window.ChatGPTToolWindow.(ChatGPTToolWindow.java:65) at com.lilittlecat.chatgpt.window.ChatGPTToolWindowFactory.createToolWindowContent(ChatGPTToolWindowFactory.java:29) at com.intellij.openapi.wm.impl.ToolWindowImpl.createContentIfNeeded(ToolWindowImpl.kt:554) at com.intellij.openapi.wm.impl.ToolWindowImpl.scheduleContentInitializationIfNeeded$intellij_platform_ide_impl(ToolWindowImpl.kt:533) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.doShowWindow(ToolWindowManagerImpl.kt:1013)...
Can't login to ChatGPT... After entering all the login details, I go back to the login page, back...
1. Let's open the plugin  2. Click on the logging button and enter data  3. Click on the continue button and enter our password  4. Click on...
idea报错,但Report and Clear All 按钮是灰的发送不了,只能发这里了 ```java java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 46 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.set(ArrayList.java:441) at com.lilittlecat.chatgpt.setting.ChatGPTSettingsConfigurable$3.setValue(ChatGPTSettingsConfigurable.java:187) at com.lilittlecat.chatgpt.setting.ChatGPTSettingsConfigurable$3.setValue(ChatGPTSettingsConfigurable.java:167) at...

Let's see if this can solve problem #25