Biome plugin for IntelliJ

biomejs intellij intellij-plugin phpstorm webstorm
2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The Biome IntelliJ plugin needs a dedicated reformatting action added. Currently, reformatting relies solely on integrating with IntelliJ's built-in reformatting, which is insufficient. The task involves adding a new action to explicitly trigger Biome's formatting capabilities on the current file, similar to how the Prettier plugin functions.

Complexity: 4/5
Help wanted Good first issue

Biome plugin for IntelliJ

Kotlin
#biomejs#intellij#intellij-plugin#phpstorm#webstorm

AI Summary: Debug a Biome IntelliJ plugin issue where incorrect line endings are produced when saving files with CRLF line separators and import sorting is enabled. The task involves analyzing the plugin's code, identifying the root cause of the line ending and import sorting problem, and implementing a fix to ensure correct code output regardless of the initial line separators. Testing the fix across different IDEs and Biome versions is also required.

Complexity: 4/5
Help wanted Bug confirmed

Biome plugin for IntelliJ

Kotlin
#biomejs#intellij#intellij-plugin#phpstorm#webstorm