Image Source Completion for Sublime Text 2

GNi33 picture GNi33 · Sep 19, 2011 · Viewed 10.7k times · Source

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

Answer

BoundinCode picture BoundinCode · Jan 13, 2012

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."