Sublime Forum

I want to open new file through a string in Sublime

#1

Like ‘ctrl’ + ‘left click’ in eclipse, I want to do the similar things to open relative file.

For example, I have a line of comment in Sublime editor like this:

<#-- “student.htm” -->

I move mouse onto the “student.htm”, then ‘ctrl’ + ‘left click’ to open the file student.htm. How can I realize it? Or if there are other ways to do it conveniently?

Thank you for your advices.

stackoverflow link: http://stackoverflow.com/questions/17273315/i-want-to-open-new-file-through-a-string-in-the-editor-of-sublime-how-to-realiz

0 Likes

#2

Jeremy Halliwell gave an answer in stackoverflow.
github.com/SublimeText/Open-Include

0 Likes

#3

[quote=“wufeng”]Jeremy Halliwell gave an answer in stackoverflow.
github.com/SublimeText/Open-Include[/quote]

Thank you for your help.

0 Likes