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
I'm not sure how editors make it work honestly; but I think it needs to be either 1. at the beginning of a newline or 2. an actual relative file, rather than being a package path. Would be good to find some references to how to actually make this "clickable" in mainstream editors.
Usually, using the format filename:line_number:column_number allows the IDE to process logs through parsing internally.
Or, we can also use OSC 81 hyperlink escape sequences enables more explicit handling. This method can also be work over a external terminal, such as iTerm.
For example, it takes the following form (we can use other schemes also):
\033]8;;file://path\007text\033]8;;\007
However, I believe that in most cases, simply applying the first method with a consistent format should be sufficient without any issues.
Description
Would be cool and good for UX to make the error line clickable so it takes you to the location of the error, such as here:
Do you think this is feasible/practical?
The text was updated successfully, but these errors were encountered: