Sublime Forum

How to open files by relative path in the text in Sublime Text

#1

I have:

 <link rel="stylesheet" type="text/css" href="style.css">
 <script src="script.js"></script>

I need to open files by their relative paths in text. Previously, I used AkelPad with the “openRelativPath” plugin. When I put the cursor on the text the plugin detects the path in brackets and opens the file.

Is there a similar plugin for Sublime text?

0 Likes

#2

did you try https://packagecontrol.io/packages/Open%20URL ?
or https://packagecontrol.io/packages/OpenContextPath

0 Likes