Skip to content

A Visual Studio Code extension designed to Navigate through Jinja/Django html templates with ease

License

Notifications You must be signed in to change notification settings

IP050/goToInclude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goToInclude

Marketplace

JinjaDjangoNavigator

A Visual Studio Code extension designed to streamline your development workflow when working with Jinja and Django templating engines.

Usage

include_demo

Directly go to {% include "includes/this-template.html" %}

Select whole line from { to } and either rightclick on Go to included file or use the keybinding ctrl+alt+i

Customizing Shortcut

You can customize the shortcut for 'Go to Included File' by adding the following to your keybindings.json and replacing ctrl+alt+i with your preferred key combination:

{
  "key": "ctrl+alt+i",
  "command": "extension.gotoInclude",
  "when": "editorTextFocus"
}

About

A Visual Studio Code extension designed to Navigate through Jinja/Django html templates with ease

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published