ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

GoToFile

作者:gs ST2

Sublime Text 跳转到文件插件

详细信息

  • 2019.07.14.19.20.25
  • github.​com
  • github.​com
  • 5年前
  • 2小时前
  • 11年前

安装次数

  • 总数 2K
  • Win 806
  • Mac 433
  • Linux 283
2023年8月6日 2023年8月5日 2023年8月4日 2023年8月3日 2023年8月2日 2023年8月1日 2023年7月31日 2023年7月30日 2023年7月29日 2023年7月28日 2023年7月27日 2023年7月26日 2023年7月25日 2023年7月24日 2023年7月23日 2023年7月22日 2023年7月21日 2023年7月20日 2023年7月19日 2023年7月18日 2023年7月17日 2023年7月16日 2023年7月15日 2023年7月14日 2023年7月13日 2023年7月12日 2023年7月11日 2023年7月10日 2023年7月9日 2023年7月8日 2023年7月7日 2023年7月6日 2023年7月5日 2023年7月4日 2023年7月3日 2023年7月2日 2023年7月1日 2023年6月30日 2023年6月29日 2023年6月28日 2023年6月27日 2023年6月26日 2023年6月25日 2023年6月24日 2023年6月23日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

README

源代码
raw.​githubusercontent.​com

注意

此插件与原始插件有一些不同:请参阅此处:[Compare Link](https://github.com/stvkoch/sublime-text-go-to-file/compare/gs:master...master)

Sublime Text Go To File

概述

插件搜索光标下的文件,并在新标签页中打开它。(这个想法来自 Vim 的 gf 功能,因为我 missed it in Sublime Text,而且我发现了 https://gist.github.com/jbjornson/1186126 编写的脚本,它对我的帮助很大!)

附加功能 - 在状态栏中打印当前打开的文件路径并将其复制到剪贴板。

使用方法

将快捷键添加到您的快捷键绑定

{
  "keys": ["alt+d"], "command": "go_to_file",
  "keys": ["alt+i"], "command": "file_info",
  "keys": ["alt+k"], "command": "file_info_short"
}

您可以使用 cmd+d 突出显示文本并按下 alt+d

alt-i 获取当前打开文件的信息。按 alt-k 获取当前打开文件的简短信息。

维护者

安装

转到您的 Sublime Text 3 Packages 目录

  • OS X: ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
  • Windows: %APPDATA%/Sublime Text 3/Packages/
  • Linux: ~/.config/sublime-text-3/Packages/

并使用以下命令克隆仓库

此版本

git clone https://github.com/stvkoch/sublime-text-go-to-file.git GoToFile

无打开文件从类名版本的原版

git clone https://github.com/gs/sublime-text-go-to-file.git GoToFile

注意

如果您发现问题或希望实现特性/更改,请到 https://github.com/gs/sublime-text-go-to-file 提交问题。

感谢...

@stvkoch - 谁大大改进了插件!

尝试

  • 选择命名空间并点击 alt+d
  • 点击类名单词并点击 alt+d
  • 点击模板文件路径并点击 alt+d