when I run the `RenameProcessor` in an intention, ...
# kontributors
k
when I run the
RenameProcessor
in an intention, I get
Refactorings should not be started inside write action because they start progress inside and any read action from the progress task would cause the deadlock
. What should I do instead?