$Revo Mail Docs

JetBrains IDEs

Connect IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs to Revo Mail for AI-powered development.

What This Does

JetBrains IDEs are industry-standard tools for Java, Python, JavaScript, and more. By adding an AI assistant plugin with Revo Mail as the backend, you get intelligent code generation, explanations, and refactoring — all powered by your choice of model and billed through your Revo Mail account.


Setup

Step 1: Install an AI Plugin

JetBrains doesn't include built-in AI assistance, so install a plugin that supports custom OpenAI endpoints:

Recommended plugins:

  • CodeGPT — Popular, feature-rich, supports custom endpoints
  • Continue — Open-source, works across VS Code and JetBrains

To install:

  1. Open Settings (or Preferences on macOS)
  2. Navigate to Plugins
  3. Click Marketplace
  4. Search for your chosen plugin
  5. Click Install and restart the IDE

Step 2: Configure the Plugin

Navigate to the plugin's settings:

CodeGPT:

  1. Open Settings → Tools → CodeGPT
  2. Find Provider or API Provider
  3. Select OpenAI Compatible or Custom OpenAI

Continue:

  1. Open the Continue sidebar
  2. Click the gear iconEdit Config
  3. Edit ~/.continue/config.json (see Continue.dev docs for full config)

Step 3: Enter Revo Mail Configuration

Configure the following fields:

FieldValue
ProviderOpenAI Compatible or Custom
Base URLhttps://api.revomail.io/v1
API KeyYour Revo Mail API key
Modelgpt-5.4, gpt-5.3-codex, gemini-3.1-pro, etc.

Get your API key from revomail.io/keys.

Step 4: Test the Connection

  1. Open the AI chat panel from the sidebar
  2. Enter a test prompt
  3. Verify you receive a response from Revo Mail

Language / TaskModelRationale
Java / Kotlin developmentgpt-5.3-codexStrong JVM ecosystem knowledge
Python data sciencegpt-5.4Complex reasoning for algorithms
JavaScript / TypeScriptgemini-3.1-proLarge context for frontend codebases
Go / Rust systemsgpt-5.3-codexExcellent at systems programming
Quick completionsglm-5-turboFast, low-cost responses

Troubleshooting

Plugin doesn't appear after installation

  • Restart the IDE completely
  • Check Settings → Plugins → Installed to confirm it's enabled

API connection failed

  • Verify Base URL is exactly https://api.revomail.io/v1
  • Check your network allows HTTPS to api.revomail.io
  • Test the API key with curl: curl https://api.revomail.io/v1/models -H "Authorization: Bearer YOUR_KEY"

Model not recognized

  • Use exact model slugs from the Models reference
  • Some plugins require you to manually add model names to a list

Responses are slow


Notes

  • Different JetBrains IDEs share plugin settings — configure once and it works across all your IDEs
  • CodeGPT offers inline code completion; enable it in settings for a Copilot-like experience
  • All token usage is billed to your Revo Mail account in real-time
  • For Continue, the config file is shared with VS Code if you use both

On this page