You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tweekmonster I wrotee another question on the vim SO and got a good hint: I'm not looking for tags but a better path to go to template extends/include file definition with `gf``.
A good plugin that handles path is vim-apathy. But it feels like django-plus should be the one to set path searching options for django files :)
In a template with the code
{% extends "base.html" %}
, I would like to switch to the relatedbase.html
file by pressing CTRL-].Can Django-plus add the configuration to auto-create the appropriate tags? Or can you suggest a proper way to get this done?
The text was updated successfully, but these errors were encountered: