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
Description
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
As you can see, there is no syntax highlighting.
Metadata
Metadata
Assignees
Labels
No labels