Sublime Forum

[Solved] Open files from code editor

#1

Hi people! I’m new on Sublime and I’m loving! =)

I would like to know if it is possible open files directly from code editor. When I used Dreamweaver some years ago a shortcut “Ctrl + D” allowed that the files could be opened via keyboard. I know that on Sublime the “Ctrl + D” it’s used to other thing, no problem, I can choose other sequence for this. For example:

require("../filename.php");

With cursor above “filename”, pressing “Ctrl + D” was possible to open this file. I know that we can press “Ctrl + P” and start to type, but this kind of shortcut would be faster than this… =P

I tried the solution showed here:

And this other:

No success… =/

How can I do this?

Thanks! And sorry for my (poor) english… ¬¬

0 Likes

#2

There is a plugin in PackageControl called Open URL that adds this functionality. Besides just opening URL’s in your browser it is also able to open files under the cursor (and more).

1 Like

#3

Wow! Amazing! Worked like expected.

Thank you!

1 Like