You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue where you can click a file path in the console output of biome check should have resolved IntelliJ (in my case webstorm) files being clickable in terminal output. Unfortunately, they aren't.
It could be an IDE issue though. I cannot get it to work even using echo or an absolute file path using echo. I am using NextJS and they have hyper links that are clickable in webstorm just fine.
Expected result
Be able to click the file path and the file opens.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
the 34:25 error is clickable, but this only applies to webstorm and VSCode. On PyCharm this doesn't work. This line was taken from eslint
however this is something that works on pycharm
(venv) andrew@Mac django-rest-framework-simplejwt % echo rest_framework_simplejwt/serializers.py:1:1
rest_framework_simplejwt/serializers.py:1:1
# Note the :1:1 -> Only up to the first `1` is actually clickable
(venv) andrew@Mac django-rest-framework-simplejwt % echo ./rest_framework_simplejwt/serializers.py:1
./rest_framework_simplejwt/serializers.py:1
Andrew-Chen-Wang
changed the title
🐛 make file in diagnostic clickable for webstorm
🐛 make file in biome output clickable for webstorm/jetbrains/intellij
Jan 11, 2025
Environment information
latest webstorm ide version. Eslint works fine.
What happened?
This issue where you can click a file path in the console output of
biome check
should have resolved IntelliJ (in my case webstorm) files being clickable in terminal output. Unfortunately, they aren't.#1815
It could be an IDE issue though. I cannot get it to work even using echo or an absolute file path using echo. I am using NextJS and they have hyper links that are clickable in webstorm just fine.
Expected result
Be able to click the file path and the file opens.
Code of Conduct
The text was updated successfully, but these errors were encountered: