Enable Prettier automatically to all projects opened with GoLand?
I recently applied the setting to enable prettier automatically to a project which works fine but if I have multiple projects that have a .prettierrc I would like this setting to be applied globally. According to the website because there is a folder icon next to Prettier this is per project?
Is there a way around this? Diving into the global settings file?
Please sign in to leave a comment.
There is no way to set up Prettier on the IDE level, this can only be done per project.
Please note that you can configure Prettier in the settings for new projects: File | New Projects Setup | Settings/Preferences for New Projects. If you do this, all newly created project will have it enabled. Does it work for you?