/dtpdemo

Typed Django Template plugin demo src

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Typed Django Template Example Repo

Typed Django Template plugin demo src

Get on JetBrains Marketplace

Features

  • Django template variable code complete
  • Django template variable usage inspection
  • Jump to variable declaration
  • Quick documentation for django template variable
  • Mark pyi stub file ad global declaration file for Django Template (version: 2022.3.1)

Usage

  1. create .pyi extension file with django template name
  2. writing the variable declaration in .pyi file

images

Variable Code Complete

variable_code complete

Field Code Complete

field_code complete

Field Inspection

field inspection

Include Inspection include inspection

Variable Inspection variable inspection