brackets-terminal
brackets-terminal copied to clipboard
Clickable stack trace
Being able to click on filepath in an stack trace would make this plugin very useful for tests etc.
Example:
- I run a mocha test in brackets-terminal that failes and outputs a stack trace :
at Object.method (/Users/user/project/someCode.js:69:39)
...
- I click on the file path (/Users/user/project/someCode.js:69:39)
- Brackets shows the file on the and moved the marker to row 69, column 39.
Hey @hacker112 - I was thinking of a reasonable way of doing this - does it make sense for you if only path that can be found in the same folder of this one are considered as "clickable"? Btw, still have to investigate about feasibility, since it will likely require tweaking tty.js
To restrict the clickable files to only files in the Brackets project path directory and subdirectories makes sense for me :)