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
First, thanks for bringing Biome to IntelliJ IDEs!
I have an issue with the formatter, I'd like to disable it on .js files because I prefer how my IDE config handles formatting.
Unfortunately, whether I put "formatter": false a the root of the config or just in the "javascript": block, IntelliJ formatter is still bypassed: it says "Running LSP-based formatter" in the status bar and my settings aren't applied unless I disable Biome plugin entirely. Of course Biome itself honors the setting, so no formatting is done at all.
This forces me to either abandon the Biome plugin or my formatting preferences (did the second because linting in-editor is precious, but I'm quite unhappy with Prettier-style formatting).
The text was updated successfully, but these errors were encountered:
I am currently evaluating to move from typscript eslint to biome since i have massive performance problems with that setup. Unfortuanetly I have the same issue with the IDE formatter which is apparently disabled completely on activating the biome plugin in the settings. Is there any chance to get that fixed soon?
Maybe a useful note: If i check the "Run format on save" checkbox the biome formatter is running despite I have disabled the formatter in the options. My config which i am testing with looks like this:
First, thanks for bringing Biome to IntelliJ IDEs!
I have an issue with the formatter, I'd like to disable it on .js files because I prefer how my IDE config handles formatting.
Unfortunately, whether I put
"formatter": false
a the root of the config or just in the"javascript":
block, IntelliJ formatter is still bypassed: it says "Running LSP-based formatter" in the status bar and my settings aren't applied unless I disable Biome plugin entirely. Of course Biome itself honors the setting, so no formatting is done at all.This forces me to either abandon the Biome plugin or my formatting preferences (did the second because linting in-editor is precious, but I'm quite unhappy with Prettier-style formatting).
The text was updated successfully, but these errors were encountered: