-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to open a file and goto line without -g option (/path/to/file.ex:123) #17200
Comments
This is relevant/important because my test tool spits out line numbers of failures and command clicking on the link to open to that line works in Atom/Sublime. |
Note that we support this via -g but that doesn't work with links. Some more context https://twitter.com/agileanimal/status/809159932033449984 |
I suspect it's not turned on by default because some people might have If it was a setting to just globally enable that would be awesome. :) |
@idyll do you have example application(s) which feature such links to the file system? |
Examples: sublime text and atom both do this. |
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding! |
Steps to Reproduce:
It should open to line 123. But it doesn't.
The text was updated successfully, but these errors were encountered: