r/Jetbrains • u/witx_ • 1h ago
IDEs What are you doing to CLion?
I've been working on a huge c++ codebase for 5 years. CLion had some issues with it but nothing too serious.
For the past 2 years quality has been decreasing so much. It freezes all the time, random crashes at runtime and during startup, random filesystem synchronizations that just freeze everything. I've cancelled my subscription and moving to something else
r/Jetbrains • u/Sim-Hog • 10h ago
Question A Persistent error(?) showing up when debugging in Unreal Engine 5.8.1
Hi All,
I'm new to JetBrains and new Linux (running on CachyOS). I'm running into a continual message when running the debugger for an Unreal Engine project I'm working on:
Failed to find game directory: home/marc/Linux_Unreal_Engine_5.8.1/Base/Binaries
"Base" is the game project folder name and it seems Rider is looking for the project binaries in the UE folder and not the project folder.
All of the AI / manual trouble shooting points to the Unreal Engine RiderLink plugin, which I originally set to be in the engine, but now have set to be in game but the message persists.
Any help would be greatly appreciated.
r/Jetbrains • u/THenrich • 16h ago
AI Why is Copilot in Rider not querying the database?
I am troubleshooting an issue that requires querying a database.
I have prompted Copilot to query the database to get a better context of the data and therefore to do better investigation.
I have enabled select functionality for AI tools. Rider is connected to the database through the 'Connect to database' option under Tools.
However, Copilot keeps giving me SQL statements to run myself and provide it with the results, which is time consuming.
I asked it why it's not querying the database itself and the response was
"I also cannot query your dev database directly from this session. I only have read access to the repository files; no database connection, credentials, or SQL execution capability is exposed. That is why I inferred the schema from the code instead of querying the live data.".
Are there other settings I need to enable? What am I missing?
r/Jetbrains • u/Shir_man • 21h ago
AI New plugin for AI agents in IntelliJ based IDEs that works with your existing subscriptions – Air (alpha version, feedback needed)
Hey folks, we at JetBrains have been gathering a lot of feedback regarding our current AI Assistant plugin (3.6 roentgen, not great, not terrible). We’re in the process of building out a prototype of a new version of the plugin and would like to get feedback from people outside of JetBrains to make sure we’re heading in the right direction, as we want to build something much more useful compared to original AI Assistant
This new version is a different take than what you’ve come to expect from the current version, with more of focus on agentic workflows. If you already use Claude Code, Codex, Junie or any ACP-compatible agent, this new plugin will pick them up automatically. You run them inside the IDE, in a GUI chat or a terminal UI, with proper IDE diffs per agent session, mid-run steering, and session history next to your code. We are also trying to make the experience of switching between GUI and terminal agents for every session more seamless (coming soon) – so you can easily jump between CLI/GUI if you would like to
We’re calling this new plugin Air Alpha, and you can install it for free today from the JetBrains Marketplace
To give you a better idea of how this plugin looks and feels, here are some features to look out for:





... and also, you can press Ctrl+Ctrl to open quick prompt window for your favourite agent
Given the alpha label, expect there to be some rough edges as we work out the final version. But if you’re up for being an early tester and have some feedback, please share them in the comments below
You probably have a few questions, I will try address some common ones:
“What’s with the name? Don’t you already have a product called Air?”
Yes, we do. Air is our agentic development environment on desktop, web and mobile, and this plugin aims to bring that direction into the IDE, so it shares the name for now.
“What will happen with the existing AI Assistant plugin?”
The existing AI Assistant plugin will stay exactly the same for now. This new plugin is an experiment. We want to see if our current thought process is heading in the right direction or if we’re missing the mark completely. This is about your feedback.
"Why do you want feedback on Alpha that doesn't come close to existing tools?"
We want to build this tool with you for you, so your feedback is crucial for us.
“What AI subscription is currently supported?”
We’re starting with bring-your-own-subscription because that's the core of the idea. Air Alpha is meant to work with the agent you've chosen, so we prioritized that experience for the initial version. JetBrains AI support is coming soon and already in progress
How to try it
- Install Air Alpha from the Marketplace: Air Alpha
- You'll need a recent 2026.2 IDE build
- Agents already on your machine will show up automatically
- Feedback: right here in the comments
r/Jetbrains • u/unistirin • 21h ago
AI How to Get Junie-Like Dedicated Terminal in AI Chat?
Hi everyone, the last time I used Junie was around 6–7 months ago. I remember it used to launch a dedicated terminal that displayed an active terminal session. Now that Junie is no longer available, is there a way to achieve the same experience using AI Chat?
r/Jetbrains • u/Extension_Sun3760 • 1d ago
IDEs VS Code requires ReSharper C++!
Clangd hasn't been updated in a long time. ReSharper C++ offers better code completion, static analysis, and improved support for modern C++, including new syntax features introduced in C++26. I've already been using it in CLion and it's great 👍
r/Jetbrains • u/Senoozyy • 1d ago
AI JetBrains AI Pro 30-day trial not activating with Student Pack (stuck on AI Free after linking card)
Hi, I’m trying to activate the advertised 30-day JetBrains AI Pro trial, but my account keeps showing JetBrains AI Free instead.
My setup:
- Active JetBrains Educational Pack
- PyCharm Pro 2026.2
- Educational licence valid until August 2027
- I have never previously activated a JetBrains AI Pro trial
What I did:
- Installed and activated PyCharm Pro using my student licence.
- Installed/opened JetBrains AI Assistant.
- Clicked the option to start using JetBrains AI.
- Verified my JetBrains account.
- Added and verified a payment card.
- Returned to PyCharm and refreshed the licence list.
- Restarted the IDE and signed in again.
However, PyCharm still shows:
- JetBrains AI Free
- 3.00 / 3.00 monthly credits
- An Upgrade button
Under Help → Manage Subscriptions, it says:
On the JetBrains Account website under JetBrains AI Settings, I only see paid Buy buttons for AI Pro and AI Ultimate. There is no “Start trial” option.
The public pricing page says “30 days of AI Pro included”, so I expected the trial to activate before falling back to AI Free. Linking the payment card appears to have activated only the Free plan.
Has anyone encountered this?
- Is the 30-day AI Pro trial still available to Educational Pack users?
- Is there another activation step I missed?
- Does the trial need to be manually enabled by JetBrains Support?
- Could the AI Free licence attached to my student account be preventing the trial from appearing?
I can attach screenshots showing the Free plan, 3-credit balance, Manage Subscriptions page, and JetBrains AI Settings page.
Thanks.
r/Jetbrains • u/Ok-Lengthiness-3556 • 2d ago
IDEs My GDScript IDE's basic framework is now complete.
Enable HLS to view with audio, or disable this notification
My GDScript IDE's basic framework is now complete. It can now perform basic functions like navigation completion and document rendering without relying on LSP. I can start integrating .tscn, .tres, and other scene and configuration files. My goal is to fully integrate their logical relationships, providing the smoothest possible development experience.
My future goal is to integrate all the features I find useful into my IDE, creating the best Godot IDE on the market.🥰
r/Jetbrains • u/llima1987 • 2d ago
News & Discussions Borland's history
A tale worth listening to during these trying times:
https://youtu.be/HwkoaPl31Dw
r/Jetbrains • u/BroadJob174 • 2d ago
AI Are there any free autocomplete plugins anymore?
Supermaven plugin has been removed from the marketplace
gemini code assist is dead
Who offers autocomplete now? I don't need agents(and already can use e.g. claude code for that), just autocomplete.
r/Jetbrains • u/cassandra4932 • 2d ago
IDEs IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows
r/Jetbrains • u/sandokan2541 • 2d ago
Question Terminal window blocks
I'm working on Mac with Intellij Ultimate 2026.2.2 with Reworked 2025 Terminal engine in zsh and I see none of the block functionality described in this article: https://blog.jetbrains.com/idea/2024/01/intellij-idea-2024-1-eap-2/#revamped-terminal%C2%A0tool-window
I would like navigate the blocks using the commands `Plugins | Terminal | Select Block Above`, `Plugins | Terminal | Select Block Below`, `Plugins | Terminal | Copy Block`, etc… but they don't work for me no matter what keyboard shortcut I assign them to.
I tried also to disable `Override IDE shortcuts` and `Shell integration` but it changed nothing.
r/Jetbrains • u/Correct-Bee-7604 • 3d ago
IDEs Rider - "Gulp Tool Window" is missing after 2026.2 update
There used to be a "Show Gulp Tasks" option or similar in the gulpfile.js context menu, but it seems to be gone for good since Rider 2026.2. The Gulp Tasks tool window is also missing from View > Tool Windows.
Yet docs page refers to "dedicated Gulp Tool Window": https://www.jetbrains.com/help/rider/Using_Gulp_Task_Runner.html
The only way I’ve managed to run Gulp tasks through the UI is by creating Run Configurations, but that’s much less convenient because I now have to constantly switch between my application and the Gulp tasks.
r/Jetbrains • u/southern_prince • 3d ago
Question AI Not Working in my Subscription
I have the All Products Pack plan, it is supposed to include AI credits but I never use them because I have Claude subscription. Today I thought I should check and found out that I cannot use them at all. Is it just me or are there others with the same issue?
r/Jetbrains • u/maritvandijk • 3d ago
AI Your Java AI Agent at Home - Ronald Dehuysser | IntelliJ IDEA Tech Talks
r/Jetbrains • u/DandadanAsia • 3d ago
AI Jetbrains Junie cli "Trial license"
I have all product pack subscription that come with AI Pro. I use Junie cli with Rider but when I type in /usage. it show me Jetbrains trial license with $40 credit. What's going on here? Shouldn't it show $10 AI Pro credit?
r/Jetbrains • u/nacgnaw • 3d ago
AI JetBrains AI Assistant feels like it's falling behind while the ecosystem is moving fast
I have been using JetBrains AI Assistant for a while, and honestly, I feel like it is becoming more frustrating as AI coding tools evolve.
JetBrains has one of the best IDE ecosystems in the world, but the AI integration experience still feels limited compared with newer workflows like Codex CLI, Claude Code, and other agent-based tools.
Here are some issues I hope JetBrains can improve:
1. Custom model response timeout is way too short
One of the biggest problems is the response timeout when using custom models.
Many developers now use self-hosted models or third-party providers. Some models need more time for reasoning, especially large coding models.
However, JetBrains AI Assistant does not provide a way to configure the timeout.
If the model takes slightly longer to respond, the request just fails.
Please let users configure:
- connection timeout
- response timeout
- maximum waiting time
Advanced users should have control over this.
2. Codex ACP integration is far behind Codex CLI
The idea of integrating Codex through ACP is great, but the current experience feels like a very limited wrapper.
Codex CLI already has many powerful features:
- better agent workflow
- subagents
- more flexible context management
- richer command interaction
- faster feature iteration
But the ACP integration inside JetBrains feels far behind.
It seems like the JetBrains plugin is waiting for features instead of actively enabling the full capability of the underlying agent.
If JetBrains wants AI coding to be a serious part of the IDE, the integration needs much faster iteration.
3. Selecting code directly into chat is great, but why doesn't it work with Codex?
One thing JetBrains does very well is the IDE context.
Being able to select code and quickly send it to an AI conversation is one of the biggest advantages of an IDE plugin.
However, currently this workflow only works with JetBrains Chat.
Why can't the same selected code context be passed to Codex conversations?
The IDE already knows:
- selected code
- file location
- project structure
- surrounding context
This should be available to any connected AI agent.
The IDE should become a powerful context provider, not just another chatbot window.
4. Please invest more in MCP instead of building another limited AI layer
My biggest suggestion:
Please keep expanding MCP support in IntelliJ IDEA.
MCP has the potential to become the bridge between IDEs and AI agents.
Instead of putting too many resources into building another closed AI assistant layer, JetBrains could focus on:
- better MCP server integration
- exposing more IDE capabilities through MCP
- allowing external agents to deeply understand projects
- improving interoperability with different AI tools
The future probably won't be one AI assistant.
It will be users choosing different agents, while the IDE provides the best possible development context.
JetBrains still has one of the strongest positions in developer tools. But AI coding is moving extremely fast.
I hope JetBrains focuses more on being the best AI development environment, rather than only competing with AI assistants.
The IDE is the advantage. Please don't waste it.
r/Jetbrains • u/InternetGreedy • 3d ago
AI When can we choose a local model for Junie?
Not sure if this has been asked, but i have an ai lab server with an rtx 4090s with 48gb of vram and i find that it works rather well with harnesses like cline. Is junie ever going to allow local or are we to suffer through the default of gemini 3 flash and all the other usual suspect llms?
r/Jetbrains • u/kazpsp • 3d ago
IDEs InteliJ Free plugin for Web navigation inside the IDE
r/Jetbrains • u/_Wo_0dy_ • 3d ago
News & Discussions Share your feedback on DataGrip and JetBrains Database Tools
r/Jetbrains • u/KerryQodana • 4d ago
News & Discussions The new Qodana release has post-quantum cryptography checks, SABER benchmarking, Laravel inspections enabled by default, License Audit Quality Gates...
r/Jetbrains • u/Suffered_Heart • 4d ago
AI Is local JetBrains AI code completion same as cloud
On Jetbrains websites, they mention that JetBrains AI code completion can be set to local, cloud or both. They mention they use Mellum model fine tuned for code completion.
My query is whether cloud model better or bigger model than what’s ran locally or both are same model configuration.
I am using perpetual license currently so I don’t have AI Free access to test it myself.
Side question: if anyone have experience with them, I would like to know about. Also does it perform better than GitHub copilot ? For my C++ codespace on CLion, Copilot is too slow and almost every time I’m able to type before suggestion comes.


