PyCharm provides extensive support for the named url tags. This support includes:
- Django inspection that checks whether the required arguments are passed correctly to a
{% url %}
tag: - Django inspection checks argument values against regexp groups and adds warning if a group does not match:
- Suggestion list on code completion includes names for the named arguments (if any):
- Ability to navigate to an appropriate regex group by pressing Ctrl+B, Ctrl+Button1 Click or Button2 Click on a url argument:
See Also
Procedures:
- Basic Code Completion. Completing Names and Keywords
- Navigating to Declaration Or Type Declaration of a Symbol
External Links:
Web Resources: