Skip to content

Django completions in html file does not work. #6629

@linette-zyy

Description

@linette-zyy

Environment
image

Actual result
html

Expected result

  1. Open the app/about.html in Django Web Project
  2. Typing a vertical bar '|' character after a variable brings up completions for filters including 'upper', and each one has a tooltip
    image
  3. Typing opening brace and percent '{%' brings up completions for tags including 'if' and 'extends', they currently don't have tooltips
    image
  4. Typing double opening brace '{{' brings up completions for variables passed in to the template (see views.py).
    image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions