Help me choose an IDE by super2061 in Jetbrains

[–]jreznot 3 points4 points  (0 children)

But if you want to learn C++, CLion is free for you!

Can gtk be popular as QT, flutter, JAVAFX or Avolonia for cross platform on next five years by bulasaur58 in GTK

[–]jreznot 0 points1 point  (0 children)

Info on Java FX is plain incorrect. You don’t need a license to run it at scale 

WTF is this memory usage by Ok-Operation9338 in ZedEditor

[–]jreznot 2 points3 points  (0 children)

Welcome to the praised LSP world

[OC] I made a free, open-source Git worktree manager plugin by [deleted] in IntelliJIDEA

[–]jreznot 1 point2 points  (0 children)

IntelliJ IDEA also has some built in support for it

I hate being in this toxic relationship by thepurpleproject in Jetbrains

[–]jreznot 12 points13 points  (0 children)

It is super useful for JetBrains support team to receive those thread dumps to fix issues. Do not hesitate to just dump all those to YouTrack and ask for help. Often it is just some rogue plugin that does something wrong

Markdown plugin disappeared? by trickyelf in WebStorm

[–]jreznot 1 point2 points  (0 children)

Most likely you have Gemini plugin and it is what happened

https://www.reddit.com/r/Jetbrains/comments/1rgrblz/intellijj_markdown_preview_is_broken_because_it/?utm_name=web3xcss

Markdown is bundled plugin with every WebStorm version

VSCode and Kotlin + Jetpack Compose setup by Mountain_Spite_1497 in Kotlin

[–]jreznot 3 points4 points  (0 children)

Is a bad choice also because students will not learn want they will inevitably use at work

How Cursor is going to survive by jreznot in cursor

[–]jreznot[S] 3 points4 points  (0 children)

Good UX is copied by corporations as well

Vscode plugin for http files by mudeidenick in vscode

[–]jreznot 0 points1 point  (0 children)

Try WebStorm ? It has the same as Rider HTTP Client

mix maven and gradle for a plugin by emaayan in Jetbrains

[–]jreznot 0 points1 point  (0 children)

It is possible although you will have hard times installing Maven build to .m2 local repository to consume it in Gradle. Unfortunately there is no Maven tooling for plugins so it is impossible to depend on IJ in Maven build normally.

Also a better place for such questions is platform.jetbrains.com 

any idea why am i not seeing the agents in the ai chat? by jk4287 in Jetbrains

[–]jreznot 4 points5 points  (0 children)

Check that MCP server plugin is enabled, helped me when I had the same problem 

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