Reputation: 5843
How to search for code containing lambda expressions in INTELLIJ?
Intellij is able to detect lambda expressions. Does it provide a search option to retrieve all lambda expressions in a java project?
Upvotes: 0
Views: 554
Reputation: 26482
You can use Structural Search to search for lambda expressions. Use the Existing Template called lambdas.
Upvotes: 1