continue
continue copied to clipboard
Jetbrains autocompletion isn't working in at least Webstorm and Goland
Before submitting your bug report
- [x] I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Linux
- Continue version: 1.0.33
- IDE version: WebStorm 2025.2, GoLand 2025.2
Build #WS-252.23892.411, built on August 1, 2025
Build #GO-252.23892.449, built on August 5, 2025
- Model:
codestral:latest 0898a8b286d5 12 GB 4 hours ago
qwen3:4b e55aed6fe643 2.5 GB 4 hours ago
qwen3-coder:latest ad67f85ca250 18 GB 22 hours ago
gpt-oss:latest e95023cf3b7b 13 GB 27 hours ago
deepseek-coder-v2:16b 63fb193b3a9b 8.9 GB 10 days ago
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Autodetect
provider: ollama
model: AUTODETECT
- name: Qwen3 without Thinking for Autocomplete
provider: ollama
model: qwen3:4b # qwen3 is a thinking-switchable model
roles:
- autocomplete
requestOptions:
extraBodyProperties:
think: false # turning off the thinking
# - name: Codestral
# provider: ollama
# model: codestral
# roles:
# - autocomplete
# requestOptions:
# extraBodyProperties:
# think: false # turning off the thinking
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OR link to assistant in Continue hub:
Description
No matter what I do, code autocomplete isn't working in those 2 IDEs. It is working in VS Code.
To reproduce
Install those 2 IDEs I guess with Continue 1.0.33 plugin, the config, run ollama and the model, configure continue to use local ollama
Log output
2025-08-12 17:34:38,998 [ 348] INFO - #c.i.i.p.PluginManager - Loaded custom plugins: YAML (252.23892.464), JavaScript Debugger (252.23892.515), Full Line Code Completion (252.23892.458), EditorConfig (252.23892.464), Robots.txt (2025.0.58), Subversion (252.23892.514), .env files (252.23892.201), Copyright (252.23892.464), Kubernetes (252.23892.515), GraphQL (252.23892.201), Continue (1.0.33), OpenAPI Specifications (252.23892.464), HTTP Client (252.23892.464), Docker (252.23892.515), JetBrains AI Assistant (252.23892.471), BashSupport Pro (5.0.1.252), GitLab (252.23892.515-IU), GitHub (252.23892.515-IU), Prisma ORM (252.23892.346), React (252.23892.515), Svelte (252.23892.298), Vue.js (252.23892.449), React Buddy (252.23892.298), DevoxxGenie (0.7.0), Karma (252.25204.0), Package Checker (252.23892.464), Endpoints (252.23892.464)
2025-08-12 17:34:41,877 [ 3227] WARN - #c.i.i.s.i.StartupManagerImpl - Migrate com.github.continuedev.continueintellijextension.proxy.ProxyPoolingActivity to ProjectActivity [Plugin: com.github.continuedev.continueintellijextension]
com.intellij.diagnostic.PluginException: Migrate com.github.continuedev.continueintellijextension.proxy.ProxyPoolingActivity to ProjectActivity [Plugin: com.github.continuedev.continueintellijextension]
at com.intellij.ide.startup.impl.StartupManagerImpl.doRunPostStartupActivities(StartupManagerImpl.kt:317)
at com.intellij.ide.startup.impl.StartupManagerImpl.access$doRunPostStartupActivities(StartupManagerImpl.kt:72)
at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invokeSuspend(StartupManagerImpl.kt:210)
at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3.invokeSuspend(StartupManagerImpl.kt:209)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:277)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:101)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
2025-08-12 17:34:41,926 [ 3276] INFO - #com.github.continuedev.continueintellijextension.auth.ContinueAuthService - Token refreshed, retrying in 15 minutes
2025-08-12 17:34:42,670 [ 4020] WARN - #com.github.continuedev.continueintellijextension.continue.CoreMessenger - Invalid message JSON: NODE_ENV undefined
This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.
Am I glad I reported this bug and it has been taken care of.
/sarcasm