Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GoToIncludeNew to Visual Studio Code? Get it now.
GoToInclude

GoToInclude

IP050

|
149 installs
| (2) | Free
Focuses on enhancing navigation to included or extended HTML template files in environments like Django or Jinja
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JinjaDjangoNavigator

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

include_demo

Usage

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


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft