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
fix(java): add PsiErrorElement handling and collect syntax errors #129
This commit introduces the handling of PsiErrorElements and the collection of syntax errors in the JavaAutoTestService.kt file. The changes include the addition of a new import for com.intellij.codeInsight.daemon.DaemonCodeAnalyzer and the use of CommandProcessor.getInstance().runUndoTransparentAction to optimize imports at the cursor in the editor. This enhancement ensures that the auto-test service can handle syntax errors gracefully and provide a better user experience.
0 commit comments