Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Intellij (Pycharm) support #73

Open
@devxpy

Description

@devxpy

These are some of the gripes I encountered while using this (otherwise Awesome) library inside of pycharm


Pycharm provides support for code completion of django tags only when they're used as actual django template tags, meaning:

This gets code-completed
{% url 'spotify login' %}

But this doesn't
- url 'spotify login'


currently, pycharm doesn't recognize the amazing filters offered by this library.

For example, the :python filter

image

As you can see, there is no syntax highlighting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions