kahi / sublime-django-click

Open django extends/include tags simply with control-click.
16 stars 3 forks source link

Clicking includes containing a "with" variable opens the wrong file #7

Closed dgirgenti closed 9 years ago

dgirgenti commented 10 years ago

I have a template similar to

{% include 'foo/bar.html' with foo2='bar2' %}

When I ctrl+click on this include, it opens a new tab at 'templates/bar2', instead of the included file.

dgirgenti commented 9 years ago

Fixed in Projecto513/sublime-django-click 1b7c95a