Hi, Could we have a beautiful feature like "Open file by selected text" ? For example, I have PHP code:
<?php include('foo.inc.php'); ...
?>
By selecting the text "foo.inc.php" and via a shortcut keyboard/context menu I would like to open this file which is supposed found in the same location of main source.
Thank you,