fiddle icon indicating copy to clipboard operation
fiddle copied to clipboard

Format code on Save

Open erickzhao opened this issue 2 years ago • 1 comments

It would be nice if we had a Format on Save option similar to. To make it simple, we could use it just use Prettier with its default settings.

erickzhao avatar Aug 03 '23 21:08 erickzhao

Will using editor.getAction('editor.action.formatDocument').run(); (Monaco's own formatting command) , everytime we call saveFiddle() be okay?

diivi avatar Mar 21 '24 21:03 diivi