Any way to make a macro for ESLint fix & save work?
It's nice that you provide that ESLint fix macro out of the box, since contrary to file watchers (which take 2-3 seconds to finish even on an NVMe), it is really fast. But... I would like to also automatically save the file afterwards.
Recording a macro that executes "ESLint fix" and also "save all" doesn't work. Would it maybe if I put a delay in there or something? Or is there a hidden thing that lets you wait until the last operation finished?
Please sign in to leave a comment.
No way unfortunately, please follow https://youtrack.jetbrains.com/issue/IDEA-124493 for updates
Alright, thanks.