In a template with the code {% extends "base.html" %}, I would like to switch to the related base.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?
In a template with the code
{% extends "base.html" %}, I would like to switch to the relatedbase.htmlfile 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?