+41

Open file by clicking link

Luís Marques hace 12 años actualizado por Michał Jendrzejewski hace 11 años 5
In netbeans you have the function: 
Press Ctrl and click a link a file, like this "include_once "function/global.php";".
When "function/global.php" is clicked, the file opens in a new tab.

That would be a great feature. :)
+1
That's what I was going to suggest.
+1
Also in this case, for instance: 
<link rel="stylesheet" type="text/css" href="css/contactform.css"/>
or 
<a href="source/file.php">file</a>
or 
<form action="submit.php"> </form> 
etc
+2
Yeah I agree I work with a lot of shared files and its a pain to have o go through a ton of directories to get to them. Right click open would be perfect.

yes it is very handy feature

+3

few clicks more, but works like a charm: can copy the path and paste it into 'Goto Anything' field (cmd+p on mac) and if the file is stored in a folder indexed by ST, it will be opened immediately.