Format Document command doesn't organize imports with Biome extension #424
Unanswered
batuhanoztrk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the Biome pre-release extension in VSCode, the "Format Document" command (
Ctrl/Cmd + Shift + P
> "Format Document" orAlt + Shift + F
) doesn't organize imports automatically, even though organize imports is enabled in the Biome configuration.Environment
Configuration
My VSCode settings (
settings.json
):Expected Behavior
When using the "Format Document" command, it should both format the code and organize imports.
Actual Behavior
The "Format Document" command only formats the code but doesn't organize imports. I need to run the "Organize Imports" command separately.
Additional Information
Steps to Reproduce
Beta Was this translation helpful? Give feedback.
All reactions