CodeEditApp / CodeEditApp/CodeEdit
✨ Open a file to a line number
未關閉
enhancement
- 主要語言
- Swift
- 星號
- 23k
- 分支
- 1.2k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Description
I can open a file in the CodeEdit from the command line:
```
$ open -a CodeEdit file.txt
```
But I would like a way to open it to a file number, some editors do things like (e.g., to open to line 10):
```
$ open -a CodeEdit file.txt:10
```
### Alternatives Considered
_No response_
### Additional Context
_No response_
### Screenshots
_No response_
貢獻指南
評估
這個 Issue 還沒有評估資料。