Quick Open with Atom
Open
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
When I enter `atom %(file_path)s:%(line_number)s` in the **Quick Open** box. Then the command that is executed is:
```atom at test/file.js:123```
this just creates a file called **'at'**.
What needs to be executed is:
```atom test/file.js:123```
This opens the correct file at the correct line in atom editor.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.