First of all, I'm not entirely sure if this fits into stackoverflow, or should rather be placed into programmers or superuser. If I posted into the wrong page, I'm sorry.

To the question:

In Aptana Studio, for example, there's a very nice feature for the src-attribute for <img>-tags. When typing into the src-attribute, a directory-listing is shown in the autocomplete-contextmenu, so you can directly select image files and the path is inserted into the attribute.

Here is what I mean:

Aptana Img src

Is there any way, a plugin or something alike, so I can get this behaviour into Sublime Text 2? Preferably working for HTML-Markup and CSS background-images?

edit: Meanwhile I posted this on the sublime userecho, maybe something will come up trough this. I'll keep this question updated.

Sublime Userecho

link|improve this question
I'd like to have this as well. Anyone got any good starting point? – Eli Oct 3 '11 at 8:16
1  
This would also be good for Coda. – Kris Hollenbeck Dec 30 '11 at 21:36
feedback

1 Answer

up vote 3 down vote accepted

I just created a plugin to do this. You can find it here: https://gist.github.com/1608287

EDIT: the plugin is now available through Package Control. Just search for "AutoFileName."

link|improve this answer
would love to try it, unfortunately I don't know how to trigger the function? do i need to set some key binding for this? – GNi33 Jan 16 at 14:32
It works using the built in autocomplete. So just press control+space. However, it is context specific, so it will only trigger in strings (or if you use css, it will trigger in background-image: url(PATH_TO_FILE)) – BoundinCode Jan 16 at 23:59
awesome! got it working over package control. Some different styling for filetypes or whatever would be nice but after all, this is doing exactly what I want. Thank you! – GNi33 Jan 18 at 9:36
I installed it, but it's not working. :( Am I missing something? – Web_Designer Mar 29 at 0:05
@Web_Designer, It's designed to work in specific instances. So pressing / then control+space should activate it. Check out the README (github.com/BoundInCode/AutoFileName) for usage info. If it's still not working, I would prefer if you filed a report through github. Thanks. – BoundinCode Mar 31 at 20:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.