用于打开包含 PHP 文件的超链接 Sublime 包
HyperLink Sublime Package to open included PHP file
我发现这个包对于快速轻松地在文件之间跳转很有用。
https://packagecontrol.io/packages/HyperClick
但是这个包仅限于 JS、Stylus 和 SASS 文件。有没有一个包可以让我在 PHP 格式的文件之间快速切换。
谢谢。
是的,有goto-documentation。这也支持 PHP
更新:
It's not the documentation I need [...] If I click on xyz.php it has to open the file xyz.php in code editor
这个用例由Open-Include
解决
要在 OSX 上安装:
cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/titoBouzout/Open-Include.git
并重启 sublime。在那之后,当你有 include "xyz.php"
时,你将光标放在字符串中并点击 cmd-D
它将打开 xyz.php.
我个人使用 cmd-T
并开始键入名称以在项目中的文件内切换
我发现这个包对于快速轻松地在文件之间跳转很有用。 https://packagecontrol.io/packages/HyperClick
但是这个包仅限于 JS、Stylus 和 SASS 文件。有没有一个包可以让我在 PHP 格式的文件之间快速切换。
谢谢。
是的,有goto-documentation。这也支持 PHP
更新:
It's not the documentation I need [...] If I click on xyz.php it has to open the file xyz.php in code editor
这个用例由Open-Include
解决要在 OSX 上安装:
cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/titoBouzout/Open-Include.git
并重启 sublime。在那之后,当你有 include "xyz.php"
时,你将光标放在字符串中并点击 cmd-D
它将打开 xyz.php.
我个人使用 cmd-T
并开始键入名称以在项目中的文件内切换