-
I really like when imports are sorted since you know what are you importing from libraries, files etc. This makes even more sense to our repo because we would be able to differentiate imports from ext…
-
https://github.com/IanVS/prettier-plugin-sort-imports
-
I want to add the following after other imports
```py
# if you don't want to use logfire, just comment out these lines
import logfire
logfire.configure()
```
(I want to keep the two lines of…
-
There are translated by Chat GPT:Hi, I've been using your comic reader for quite some time now and have even supported your Pro version. I’d like to suggest a couple of features that would really impr…
-
Hi, thanks for a great plugin!
I came across an issue regarding sorting BOM imports in the `dependencyManagement` section:
Some boms import older versions of libs - for example, Springdoc import…
-
### VS Code version
1.93.1
### Extension version
2.3.0
### Biome version
1.9.0
### Operating system
- [ ] Windows
- [X] macOS
- [ ] Linux
### Description
The documentation…
-
**Describe the bug**
The sorting of imports is not consistent with ruff CLI output.
The plugin is awesome but when it is enabled, it highlights the imports that are sorted properly by categories.…
-
context: this was requested in prettier-solidity https://github.com/prettier-solidity/prettier-plugin-solidity/issues/918
some notes:
- This won't be a recommended rule, at least until v4, for ba…
-
### Description
We recently published an [RFC](https://github.com/biomejs/biome/discussions/3015) to improve the Biome import sorter.
This issue tracks the implementation of the RFC.
The main g…
-
Hello,
it seems that `Sort.sortOf` sometimes returns `Integer`, even when the term should have type `Rational`. Here are a few examples I've found:
```
import ap.SimpleAPI
import ap.parameters.Glo…