Stop digging through variables in the watch to find nuggets of gold, or rerunning the expression evaluation. Use entity renderers instead.
-
Getting Started with IntelliJ IDEA
Starting in a new team can be daunting. You have to learn All The Things, one of which is your IDE! So, how can you best learn IntelliJ IDEA?
-
Foojay Podcast #12: State and Future of the IDEs
In this podcast, we are talking to some of the key people working on different IDEs, Integrated Development Environments.
-
Debugging Program Control Flow
Control flow is much more than step over. You can “jump” to arbitrary code offsets while debugging to reproduce elaborate states and behaviors!
-
Using Git Interactive Rebase
Learn how to clean up your Git commit history with Git interactive rebase, both via IntelliJ IDEA and from the command line.
-
Java on Azure Tooling Update – July 2022
In this update, we will introduce the brand new getting started experience with the Azure toolkit for IntelliJ… and more!
-
Java on Azure Tooling Update – June 2022
We introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly.
-
Remote Debugging and Developer Observability
Connect to remote processes to solve bugs using remote debugging and observability. Learn how to securely scale debugging to match growth!
-
Azure Toolkit for IntelliJ – April 2022 Update
Azure Toolkit for IntelliJ is a plugin that allows you to easily create, develop, configure, test, and deploy Java applications to Azure.
-
How to run the Java Incubator Module from the Command Line and IntelliJ IDEA
JEP 425: Virtual Threads (Preview) has been proposed recently. It has been a long-awaited feature in Java. It opens the door to Structured Concurrency. This article isn’t about it, in case you are interested, you can read, the JEP draft: …
-
How to Enable Java Preview Features and Run Code from IntelliJ IDEA
JEP 425: Virtual Threads (Preview) has been proposed recently. I wanted to give it a try it on my favorite IDE, this article shows you how to do that in IntelliJ IDEA