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(refactor): add PsiErrorElement handling and collect syntax errors #129
This commit introduces the handling of `PsiErrorElement` and the collection of syntax errors in the `RefactorThisAction` class. The update ensures that the action is only enabled when the associated PSI file is writable, preventing the execution of the action on read-only files. Additionally, a new function `collectProblems` is introduced to handle highlighting issues.
0 commit comments