Installation and Setup
The debugger in 201833 introduced Smart Step Into, which allows you to hover over a chained method call (e.g., service.getRepo().findById().orElseThrow()) and step into exactly the method you want, bypassing the others. This feature alone saved senior developers hours of manual breakpoint placement. jetbrains intellij idea ultimate 201833 top
GitHub Pull Requests: The debut of initial support for GitHub PRs allowed developers to view, manage, and create local branches from PRs without leaving the IDE. Installation and Setup 3