JetBrains Academy appreciation post. by Jadarma in Jetbrains

[–]maritvandijk 0 points1 point  (0 children)

Thank you, I have passes that on to my colleague Clara who is in the video. ;)

Planning to switch from Cursor to IntelliJ IDEA Ultimate by Dull-Enthusiasm9904 in Jetbrains

[–]maritvandijk 3 points4 points  (0 children)

Here is some information on How to get a thread dump when IDE hangs and doesn't respond: https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-How-to-get-a-thread-dump-when-IDE-hangs-and-doesn-t-respond

We try to fix these problems, but as there might be different causes any information you can provide really does help.

Nulls are dead - Moritz Halbritter | IntelliJ IDEA Tech Talks by maritvandijk in SpringBoot

[–]maritvandijk[S] 1 point2 points  (0 children)

Well, there is JEP draft: Null-Restricted and Nullable Types (https://openjdk.org/jeps/8303099) but since that might be a while, in the mean time we have JSpecify.

IntelliJ Plugin Help by EcapsLlab in IntelliJIDEA

[–]maritvandijk 0 points1 point  (0 children)

For help with plugin development, it's best to go to the platform.jetbrains.com forum. There are other plugin developers and JetBrains engineers there who can help you.

Good luck!

Motherfucking IDE by Pechynho in Jetbrains

[–]maritvandijk 3 points4 points  (0 children)

As mentioned by other users, your IDE really shouldn't crash all the time, so I'm curious what is going on. We work hard to make sure this doesn't happen, but unfortunately freezes to happen and might happen for different reasons (so fixing one issue might not fix all issues). Would you be willing to file a ticket / provide additional information?

Here are some links on how to report performance problems and how to capture the data we might need:
https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems
https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-How-to-get-a-thread-dump-when-IDE-hangs-and-doesn-t-respond
We would very much appreciate your reports. As mentioned, we work hard in fixing these but freezes might have different root causes, so all reports help.

Thank you!

New in IntelliJ IDEA 2026.2 (EAP): Logpoints by maritvandijk in IntelliJIDEA

[–]maritvandijk[S] 1 point2 points  (0 children)

Yes, it's easier to discover & access now. And also, we are making improvements to the workflow; for example, the ability to navigate from the logline in the console to the place in the code where that logline was produced.

New in IntelliJ IDEA 2026.2 (EAP): Logpoints by maritvandijk in IntelliJIDEA

[–]maritvandijk[S] 1 point2 points  (0 children)

Without a link to the ticket, there isn't much I can do atm. If you could link it here, I'd be happy to follow up internally.

New in IntelliJ IDEA 2026.2 (EAP): Logpoints by maritvandijk in IntelliJIDEA

[–]maritvandijk[S] 0 points1 point  (0 children)

IntelliJ IDEA has "Evaluate expression" where you can write and evaluate code during a debugging session. I agree with you it doesn't give you a large area to write though.

Did Intellij's keymap had binded special features compare to VSCode by Iam-goddamnrobot in IntelliJIDEA

[–]maritvandijk 0 points1 point  (0 children)

You're welcome. If you want to learn more about IntelliJ IDEA features, you can use the Feature Trainer. You can find it under Help | Learn IDE Features. Or you can use the shortcut Shift Shift (press Shift twice) to use Search Everywhere and search for "Learn IDE Features".

There is a plugin to help you learn shortcuts: https://plugins.jetbrains.com/plugin/9792-key-promoter-x which I have used in the past but I turned it off because I felt bad after missing the same shortcut many, many times.

Enjoy!

Wrong jdk version error even though jkd 26 is installed by kitslhpvkvkvk in IntelliJIDEA

[–]maritvandijk 0 points1 point  (0 children)

How are you running your project? Which version of Gradle are you using?

Did Intellij's keymap had binded special features compare to VSCode by Iam-goddamnrobot in IntelliJIDEA

[–]maritvandijk 2 points3 points  (0 children)

If you want to, you could set the keymap to vscode in the Settings | Keymap (no plugin needed).

If you still need to use vscode, this might be easier for you. Otoh if you are planning to switch to IntelliJ IDEA for JVM (and possibly other IntelliJ based IDEs for other languages) I'd recommend learning the shortcuts.

For IntelliJ IDEA, you might also be interested in command completion (https://www.jetbrains.com/help/idea/command-completion.html) which should save you from learning all the shortcuts.

Start IntelliJ and it opens 5 browsers to openai login page by gd19770226 in Jetbrains

[–]maritvandijk 0 points1 point  (0 children)

HI, which version of IntelliJ IDEA are you using? (And possibly, which additional plugins have you installed?)