Jump to content

Prettier - general

From Squishu Wiki
Revision as of 11:43, 23 March 2025 by Princesssquishuskush (talk | contribs) (Created page with "== General == * Install the prettier extension on VSC * Be aware, it doesn't even let you format your code * In JS it will switch single quotes to doubles * Click the gear icon near the uninstall button * Search for Format on Save and check the box * Search for default formatter and select Prettier * Search for auto save and select onFocusChange ** Your files will be automatically saved whenever you switch windows * x out of settings")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General

  • Install the prettier extension on VSC
  • Be aware, it doesn't even let you format your code
  • In JS it will switch single quotes to doubles
  • Click the gear icon near the uninstall button
  • Search for Format on Save and check the box
  • Search for default formatter and select Prettier
  • Search for auto save and select onFocusChange
    • Your files will be automatically saved whenever you switch windows
  • x out of settings