We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way, or perhaps can we get one, to open a file to a specific line number?
Ideally from the command-line to open into the Focus.app on macOS.
The text was updated successfully, but these errors were encountered:
There's no way to do it when opening, but it's a valid request so we'll do it (but we're busy, so we'll accept a PR if someone does it before we do).
Right now the only way to jump to line is via the go to line dialog on an already open file
Sorry, something went wrong.
This is done in the latest nightly, will be released with the next release.
When you pass a path to the executable saying /path/to/file:<line_number> should work.
/path/to/file:<line_number>
Awesome, added support in factor/factor@9d2f151.
I still have to get our editor integration working with Linux and Windows, will look at that in a bit.
No branches or pull requests
Is there a way, or perhaps can we get one, to open a file to a specific line number?
Ideally from the command-line to open into the Focus.app on macOS.
The text was updated successfully, but these errors were encountered: