[💡 Feature requests] Display sorting issue in VS Code #4933
Closed
birdhackor
started this conversation in
General
Replies: 1 comment 3 replies
-
Our import sorting behaves more like the LSP import sorting, which is very similar to LSP formatting: you enable it via code action on save, that's why we don't emit diagnostics for imports not sorted. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, biome won't report sorting issue like other lint issue. I have to manual trigger
Organize Imports
and see if it has different or manual runbiome check
and see if there are any sorting problem.Is there any chance that biome report import issue to VSCode?
Beta Was this translation helpful? Give feedback.
All reactions