当前位置:  开发笔记 > 开发工具 > 正文

使用命令行以行号打开Sublime文本文件

如何解决《使用命令行以行号打开Sublime文本文件》经验,为你挑选了1个好方法。

我正在尝试使用sublime text 3打开文件,并且我想用光标在一个具体的行号处打开它。

我一直在检查,subl --help但找不到具体的选项。因此,我只是在使用: subl filename

有什么选择吗?



1> Xavier Guiho..:

您可以使用:line在给定的行打开:

subl file.txt:345

在我的sublime-text 3版本中,subl --help确实给了我指示(最后一行):

subl --help
Sublime Text build 3143

Usage: sublime_text [arguments] [files]         edit the given files
   or: sublime_text [arguments] [directories]   open the given directories

Arguments:
  --project : Load the given project
  --command : Run the given command
  -n or --new-window:  Open a new window
  -a or --add:         Add folders to the current window
  -w or --wait:        Wait for the files to be closed before returning
  -b or --background:  Don't activate the application
  -h or --help:        Show help (this message) and exit
  -v or --version:     Show version and exit

Filenames may be given a :line or :line:column suffix to open at a specific location.

推荐阅读
Chloemw
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有