You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins are automatically loaded if you have them installed in the same node_modules directory where prettier is located. Plugin package names must start with @prettier/plugin- or prettier-plugin- to be registered.
The VS Code extension seems to have some open problems with plugins (prettier/prettier-vscode#395), but in Atom at least it will auto-format on save if I manually rename the folder in node_modules to 'prettier-csharp-plugin'
This is similar to #10, the Prettier docs specify:
The VS Code extension seems to have some open problems with plugins (prettier/prettier-vscode#395), but in Atom at least it will auto-format on save if I manually rename the folder in node_modules to 'prettier-csharp-plugin'
You can also see that it's registered automatically with
prettier --support-info
(I found this through prettier/prettier-atom#395 (comment)):The text was updated successfully, but these errors were encountered: