I've started to use sublime text 2 and I was hoping for a fast way to create relative path references for the purpose of creating hrefs or src references?
E.g. say i had this file strucure:
myfolder
|-->css
| `-->js
| `-->something.js
`-->current.html
And i was editing a <script src="[cursor_here]"> tag, I would like to use sublime's 'fuzzy' search function to quickly and accurately create the file path 'css/js/something.js by typing something like cjs and picking with my keyboard.
is this a base sublime functionality or is there a package for such a task or would I need to create this package myself?
hrefattribute on<script>won't work.