Kotlin Notebook Arrives in IntelliJ IDEA
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/04/kotlin-notebook-arrives-in-intellij-idea/
IntelliJ IDEA 2025.1 Is Out!
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/04/intellij-idea-2025-1/
By the way, if you are experimenting with Project Valhalla, your experience will be more pleasant if you select language level = X in the latest #IntelliJIDEA 2025.1 EAP. We've implemented basic parsing, syntax highlighting and even some error highlighting.
When writing a regular expression in #IntelliJIDEA, you can complete \p{} character classes and see their description. Also, the description is shown if you hover the class. Works with many host languages: Java, Kotlin, JavaScript, and so on.
Apparently my session "Be more productive with #intelliJIDEA" & I were listed as Top Speaker / Session for @JavaLandConf - no pressure! https://www.javaland.eu/en/home/news/news/javaland-2025-top-speaker-and-presentations/
New video: "Debugging Java code in IntelliJ IDEA"
See how to find and fix bugs, and learn some tips & tricks about the debugger in the process. #IntelliJIDEA
https://www.youtube.com/watch?v=V5iQ1FyRtBo
You can already download Java 24 right from your #IntelliJIDEA!
Don't mind me.. Just downloading the new #Java 24 from #IntelliJIDEA during the #JavaOne keynote...
Java 24 and IntelliJ IDEA
#ide #intellij #intellijidea #java #jdk #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/03/java-24-and-intellij-idea/
Join me & other #Java experts for the free virtual conference #DukeTurns30 this Thursday March 13th.
My session “Reading Code” is about how to practice reading code and how #IntelliJIDEA can help you with reading & understanding code. #Azul
bit.ly/4gLgeaA
Very excited to speak at #JavaOne 2025 in Redwood Shores, CA, March 18–20! Come attend my session "Developer Productivity in IntelliJ IDEA" #IntelliJIDEA
https://reg.rf.oracle.com/flow/oracle/javaone25/catalog/page/catalog/session/1726231033568001MvBs
Android-Apps mit ARM-Windows entwickeln
Ich habe mir ein neues Windows-Notebook mit ARM-Prozessor zugelegt. Das Programm Android Studio läuft darauf jedoch nicht. Was kann ich tun?
The fix is just absurd: Just delete the contents of github.xml
and gitlab.xml
as stored in $HOME/.config/JetBrains/PyCharmCE2024.2/options/
and reauthing with access token magically unfucks it for some reason...
Anyone else have issues with #PyCharm that result in it refusing to add or remove credentials by basically hanging up on a "saving credentials..." loop that won't stop unless one cancels it and kills the PyCharm process...
Anyone at #JetBrains willing to dive into that issue?
I experimentally rewrote the Java redundant field assignment analysis in #IntelliJIDEA to reuse our abstract interpretation engine. Now, it's much more sophisticated and can find interesting bugs like this. The assignment is clearly wrong. It was intended to use `whiteColor = DEFAULT_WHITE_COLOR;` (without `this.`). How can the analysis see it? Now, it understands that if you visit the first if statement, you'll definitely visit the second one, so the `this.whiteColor` field will be overwritten.
A user reported a bug in #IntelliJIDEA. It suggests removing the current line of #Java code completely, which is totally wrong from the user’s point of view. Why do we suggest deleting user's code?
Stiver, author of the #Fernflower #decompiler for #Java, has passed away. His decompiler is used in tools such as #IntelliJ IDEA and #minecraft MCP for #modding projects.
https://blog.jetbrains.com/idea/2024/11/in-memory-of-stiver/
Just tried the #webstorm #ide from #intellij because it is now #free to use for non-commercials projects.
After the start, I had exactly the same great feeling as from the #intellijidea.
I need to say I love the editors from IntelliJ.
Let's see if WebStorm can replace the #VisualStudioCode for #web #projects
Oof, Jetbrains made their broken new IntelliJ UI the default now... and it basically breaks all the UI extensions I need. Back to the classic one I go I guess.
Maybe I should consider stopping paying for updates... it just gets worse and worse. (And their AI isn't even included in the price )