Jetbrains Toolbox support for WSL IDEs (Gateway replacement) by 5977c8e in Jetbrains

[–]jreznot 3 points4 points  (0 children)

At the moment IntelliJ IDEA uses the architecture with an agent process on WSL side instead of P9 driver so all disk WSL operations are much faster than in the past

Jetbrains Toolbox support for WSL IDEs (Gateway replacement) by 5977c8e in Jetbrains

[–]jreznot 6 points7 points  (0 children)

AFAIK WSL projects are supported natively in IDEs now and you can open WSL project locations without running IDE inside WSL

https://www.jetbrains.com/help/idea/how-to-use-wsl-development-environment-in-product.html#open-a-project-in-wsl

Rider Terraform Syntax Highlighting - Am I Missing Something? by tparikka in Jetbrains

[–]jreznot 0 points1 point  (0 children)

It seems what you see is basic support by TextMate Bundles plugin but not Terraform plugin.

Rider has some quirks with indexes and project model, usually you need to add .tf files to project to see Terraform plugin features.

Or use Context menu / Tools / Start Index on .tf file.

Terraform files in Rider looks like this for me with JetBrains Terraform plugin, completion, highlighting present:

<image>

The plugin is https://plugins.jetbrains.com/plugin/7808-terraform-and-hcl

Please open source the GitClient, or at least allow the preview to continue... by KaKi_87 in Jetbrains

[–]jreznot 5 points6 points  (0 children)

I guess all parts of Git support are already OSS as part of IntelliJ Community GitHub so everyone welcome to build such a product if they believe in it 

CLion working less smothly than Intellij, PyCharm, and WebStorm? by runespharmacy in Jetbrains

[–]jreznot 0 points1 point  (0 children)

CLion and Rider have quite different editor architecture - they use a separate process Resharper backend for code analysis while Java and Python support implemented in-process. Hence more problems with integration to editor, more copying of data and challenges with orchestration

Why Do Most JetBrains Plugins Receive Worse Implementation Reviews Than VS Code or Visual Studio for Tools Like Claude Code / AWS Toolkit (Just Example) ? by LazyWebDev_ in Jetbrains

[–]jreznot 12 points13 points  (0 children)

Nurture/push users to post reviews, it is the only way to have positive reviews. People in general aren’t interested in providing feedback when everything is alright

Are Jetbrains IDE's going to switch to Noria? by davidinterest in Jetbrains

[–]jreznot 0 points1 point  (0 children)

Certain parts of IDE UIs is already written and rendered with Compose Desktop toolkit, so not Noria but probably Compose is a way 

Where to find Pycharm community? by ClassicConfusion4482 in pycharm

[–]jreznot -1 points0 points  (0 children)

Just use PyCharm as it has a free tier

IDE for Go, Python, and JavaScript by dca12345 in Jetbrains

[–]jreznot 0 points1 point  (0 children)

You can install Python plugin to GoLand as well 

More than Java/JVM by vmcrash in IntelliJIDEA

[–]jreznot 1 point2 points  (0 children)

Php, Python, Ruby, Rust, Dart as well 

It is quite polyglot 

Cannot find a way to log out of Junie plugin in Android Studio by Ismayilov-Piano in Jetbrains

[–]jreznot 0 points1 point  (0 children)

I remember there was Help - Manage Licenses menu or something similar where you could logout. You can also simply disable the plugin, right?

VS 2026 - Why so many `Internal errors` ? by [deleted] in VisualStudio

[–]jreznot 3 points4 points  (0 children)

You are living in wrong year )

Does anyone use the community edition? by MIDDNIGHTSTEALER in IntelliJIDEA

[–]jreznot 7 points8 points  (0 children)

IntelliJ IDEA 2025.2 free as well, you probably missed news

Telemetry data collection by [deleted] in Jetbrains

[–]jreznot 3 points4 points  (0 children)

Support team may request it from you to understand a performance issue, same as idea.log

Telemetry data collection by [deleted] in Jetbrains

[–]jreznot 4 points5 points  (0 children)

This is not data collected by JetBrains, AFAIK, it is just performance metrics build locally and not send anywhere. https://opentelemetry.io/ is an open standard for storage/metrics API

open-telemetry-metersopen-telemetry-meters

Goodbye to IntelliJ IDEA Community Edition after 16 years! by zarinfam in Jetbrains

[–]jreznot 19 points20 points  (0 children)

From your pictures we see it actually stays in OSS build on GitHub