atom-community / atom-community/atom-script
Clickable line numbers in stack traces
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to be able to jump to the mentioned line when clicking on the line number in a stack trace.
For example, in this python traceback, `line 1` could be clickable, or even the whole line:
``` python
Traceback (most recent call last):
File "", line 1, in
ZeroDivisionError: division by zero
```
Contributor guide
Assessment
This issue has not been assessed yet.