Actions on save
已回答
I used to have a script that was run whenever a file was saved. Rubocop formatting the file, but that's just a detail.
Now I noticed it stopped running, and I can't find the configuration for it.
Has that function been removed, changed, or is it just that I cant find it anymore?
请先登录再写评论。
Hello Ulrik,
The general configuration is described here:
https://www.jetbrains.com/help/ruby/rubocop.html#run_on_save
Could you please check whether you still have it enabled.
Turns out the File Watchers plugin had become disabled somehow. I'm guessing something from settings sync from when I set up the IDE on another computer.
Good to know you've solved the problem, thank you for the update.