Replies: 2 comments 1 reply
-
@whjvenyl I think it's good idea, do you want to work on this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@whjvenyl This feature is being implemented here biomejs/biome-intellij#3 If you have some feedback or want to see other features in the plugin, Feel free to comment in ☂️ JetBrains plugin 1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Provide an onSaveHandler for IntelliJ / Webstorm to run the biome formatting automatically on saving a file.
Implementation similar to the official prettier-plugin:
https://github.com/JetBrains/intellij-plugins/blob/975217c366b0dd429445046bded6213f6d929d39/prettierJS/resources/META-INF/plugin.xml#L47
https://github.com/JetBrains/intellij-plugins/blob/975217c366b0dd429445046bded6213f6d929d39/prettierJS/src/com/intellij/prettierjs/PrettierActionOnSave.java#L18
Beta Was this translation helpful? Give feedback.
All reactions