Currently, the only shortcut we have is format. But it would be great to have a way to quickly enable/disable prettier.
Asking because I switch from project to another and not all of them use prettier so I have to enable or disable it manually.

Yeah, I think this is a good idea!
Do you want a toggle command just for fix-on-save or everything including format? (the shortcut would be inactive)
I guess just fix-on-save?
@darahak are you taking this one or just discussing? I can assign you if you want to take a stab at it?
Yep, talking about this thing:

@robwise Yup, I'll take this one. Since I already added one command, this seems like a natural follow-up.
I think it would make sense to have a dotfile on the project directory to enable it.
Doing so I can keep it always on and have it active only in projects that explicitly states they make use of it.
Alternatively you may read the package.json and enable it only if it is listed as dependency.
Most helpful comment
@robwise Yup, I'll take this one. Since I already added one command, this seems like a natural follow-up.