How do I disable the step into Popup in IntelliJ asking me which function to step into Follow
Answered
When stepping into a Java source line with nested function calls, the IDE keeps asking to choose which of the nested functions I am stepping into.
This is a great feature but in some cases I would like to turn it off and step into the next function to be called without being bothered with any questions.
Is there a way to turn off this smart step into feature for Java or Kotlin?
Please sign in to leave a comment.
Figured it was in the registry:
This is in master sources only, not in any EAP. Yes, the flag disables this.
Sorry about that. I forget that I mostly work with a daily master build to get a heads up on API changes and sometimes needed fixes and patches that are still pending on youtrack.