You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relevant PR https://git.eclipse.org/r/c/jdt/eclipse.jdt.ui/+/188802 . This was just a combination of ExtractMethodRefactoring, and RefactoringCorrectionProposal. Those classes are in JDT-UI but we have our own copies. Since they haven't changed in that PR, we should be able to implement this by just copying the 30LOC from their QuickAssistProcessor.
Port JDT's "Extract lambda body to method" refactoring to jdt.ls. See https://www.eclipse.org/eclipse/news/4.23/jdt.php#extract-lambda-body-to-method
The text was updated successfully, but these errors were encountered: