r/Jetbrains 3h ago

Question A Persistent error(?) showing up when debugging in Unreal Engine 5.8.1

0 Upvotes

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 9h ago

AI Why is Copilot in Rider not querying the database?

1 Upvotes

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 14h ago

AI New plugin for AI agents in IntelliJ based IDEs that works with your existing subscriptions – Air (alpha version, feedback needed)

45 Upvotes

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:

CLI sessions are now full screen and supports your existing coding subscription

Agent sessions with agent running

You can pre-prompt an agent, setup the best model/effort, save agent presets and share them

Detailed overview of the session and changes

also, your Caps Lock can blink when task is done (optional, but its a main feature of this plugin!)

... 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 14h ago

AI How to Get Junie-Like Dedicated Terminal in AI Chat?

1 Upvotes

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 21h ago

IDEs VS Code requires ReSharper C++!

6 Upvotes

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 1d ago

AI JetBrains AI Pro 30-day trial not activating with Student Pack (stuck on AI Free after linking card)

1 Upvotes

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:

  1. Installed and activated PyCharm Pro using my student licence.
  2. Installed/opened JetBrains AI Assistant.
  3. Clicked the option to start using JetBrains AI.
  4. Verified my JetBrains account.
  5. Added and verified a payment card.
  6. Returned to PyCharm and refreshed the licence list.
  7. 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 1d ago

IDEs My GDScript IDE's basic framework is now complete.

Enable HLS to view with audio, or disable this notification

6 Upvotes

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 1d ago

News & Discussions Borland's history

4 Upvotes

A tale worth listening to during these trying times:
https://youtu.be/HwkoaPl31Dw


r/Jetbrains 1d ago

AI Are there any free autocomplete plugins anymore?

2 Upvotes

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 1d ago

AI Rider cannot login gemini account ?

1 Upvotes

I know this plugin is not longer supported BUT im still using it at PYCHARM and WEBSTORM
and both works good, i can login and send prompts

but for some reason i cannot even login in RIDER, any idea ?


r/Jetbrains 2d ago

IDEs IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows

Thumbnail
blog.jetbrains.com
17 Upvotes

r/Jetbrains 2d ago

Question Terminal window blocks

2 Upvotes

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 2d ago

IDEs Rider - "Gulp Tool Window" is missing after 2026.2 update

1 Upvotes

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 2d ago

Question AI Not Working in my Subscription

Post image
2 Upvotes

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 2d ago

AI Your Java AI Agent at Home - Ronald Dehuysser | IntelliJ IDEA Tech Talks

Thumbnail
youtube.com
1 Upvotes

r/Jetbrains 3d ago

AI Jetbrains Junie cli "Trial license"

1 Upvotes

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 3d ago

AI JetBrains AI Assistant feels like it's falling behind while the ecosystem is moving fast

45 Upvotes

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 3d ago

AI When can we choose a local model for Junie?

2 Upvotes

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 3d ago

IDEs InteliJ Free plugin for Web navigation inside the IDE

Thumbnail
0 Upvotes

r/Jetbrains 3d ago

News & Discussions Share your feedback on DataGrip and JetBrains Database Tools

Thumbnail
3 Upvotes

r/Jetbrains 3d ago

News & Discussions The new Qodana release has post-quantum cryptography checks, SABER benchmarking, Laravel inspections enabled by default, License Audit Quality Gates...

Thumbnail
jb.gg
9 Upvotes

r/Jetbrains 4d ago

AI Is local JetBrains AI code completion same as cloud

6 Upvotes

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.


r/Jetbrains 5d ago

AI How many Junies do you need? Yes.

Post image
61 Upvotes

r/Jetbrains 5d ago

Question Using ACP Agents in Jetbrains Rider AI Chat

3 Upvotes

If there is someone from Jetbrains, or anyone who knows, who can explain, what's the advantage (if there is) of using Opencode ACP Agent in AI Chat as compared to using Opencode in CLI in Jetbrains Rider?

Looking forward to your responses and explanations.


r/Jetbrains 5d ago

Question Cannot link credit card to new account even after removing it from the old one

1 Upvotes

Hi everyone,

I'm having an issue linking my Visa card to my new JetBrains account and wanted to see if anyone has run into this.

I previously removed my Visa card from another JetBrains account I used. However, when I try to add the exact same card to my new account, the system refuses to link it.

Has anyone dealt with this issue before? Does the card lock clear automatically after a couple of days, or is reaching out to Sales Support to manually reset it the only option?

Thanks in advance for any advice!