JetBrains IDEs Integration
You can integrate GoingMerry models into JetBrains IDEs (such as IntelliJ IDEA, PyCharm, WebStorm, and GoLand) using popular extensions like Continue or standard local LLM plugins.
1. Using Continue Plugin
- Search for and install the Continue plugin from the JetBrains Marketplace.
- Open the Continue settings configuration file (
config.json) by clicking the gear icon in the Continue sidebar. - Add your local GoingMerry configuration to the
modelsarray:
{
"models": [
{
"title": "GoingMerry Gemma",
"provider": "merry",
"model": "gemma4",
"apiBase": "http://localhost:11434"
}
]
}
- Save the file. Continue will automatically hot-reload and connect to the local daemon.
2. Using Built-in AI Assistant
If using the JetBrains AI Assistant (or custom local connection modules):
- Set the provider target type to GoingMerry.
- Specify the host endpoint as
http://localhost:11434. - Query and load the model names available on your system path.