问题
Is it possible to open a linked file in sublime text 2 ? What I mean is, imagine I have the following code :
<?php
require_once( 'include/const-inc.php' );
require_once( 'include/db-inc.php' );
require_once( 'classes/dummy-class.php' );
?>
I would love to be able to click on the files to open the corresponding file. Sublime text knows the local file path so should be able to resolve the corresponding files paths no?
回答1:
Check out the Open-Include plugin, available via Package Control. It looks like it does exactly what you're looking for.
来源:https://stackoverflow.com/questions/20209047/can-sublime-text-2-follow-path-in-a-file