Open Issues Need Help
View All on GitHubAI 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.
Biome plugin for IntelliJ
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.
Biome plugin for IntelliJ